INSERT INTO `stat_hits` VALUES(NULL, 14993),, 0, UNIX_TIMESTAMP(), '216.73.216.174')
Ответ MySQL: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 0, UNIX_TIMESTAMP(), '216.73.216.174')' at line 1
Ошибка при запросе:
SELECT creatives.TID,
creatives.CID,
creatives.UID,
creatives.adding_date,
creatives.header,
creatives.fulltext,
categories.name as cname,
genres.name as zname,
contacts.name as uname
FROM creatives
LEFT JOIN categories USING (CID)
LEFT JOIN genres ON genres.ZID = creatives.ZID
LEFT JOIN contacts ON contacts.UID = creatives.UID
WHERE creatives.TID = '14993),'
AND creatives.hidden <> 'y'
Ответ MySQL: 1054 Unknown column 'categories.name' in 'field list'
Ошибка при запросе:
SELECT count(*) as cnt, sum(Vote) as vt FROM `votes` WHERE `TID`=14993), GROUP BY `TID`
Ответ MySQL: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '), GROUP BY `TID`' at line 1