error in sql syntax
-
Database error: [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 ‘limit,1’ at line 1]
SELECT ID,post_title FROM wp_posts WHERE post_date > ‘2005-01-03 14:59:20’ AND post_date < ‘2005-01-04 13:48:45’ AND post_status = ‘publish’ AND ID != 4 ORDER BY post_date ASC LIMIT limit,1Can anyone please tell me what this means? I’m totally lost.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘error in sql syntax’ is closed to new replies.