select count(*) as newposts from post where dateline >= 03:04, 04.11.2006 and visible = 1;
Ошибка MySQL : 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 ':04, 04.11.2006 and visible = 1' at line 1
ERROR: Неправильный идентификатор @ 64 STR: 04.11. SQL: select count(*) as newposts from post where dateline >= 03:04, 04.11.2006 and visible = 1
Цитата:
Ответ 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 ':04, 04.11.2006 and visible = 1' at line 1
Изменил запрос на БД 2.
Цитата:
Ответ MySQL: #1054 - Unknown column '03:04, 04.11.2006' in 'where clause'
Piratic Вообще-то, я не кавычки советовал, а то, что на той клавише . Ну да ладно, прошло - и хорошо. Надо искать следующее место с такими же не к месту поставленными запятыми и точками.