Getting it working with MySQL 3.23
-
WordPress database error: [You have an error in your SQL syntax near ‘ON ID = post_id WHERE ID IN (630,625)’ at line 1]
SELECT * from wp_posts LEFT JOIN wp_post2cat ON ID = post_id WHERE ID IN (630,625);Change all JOIN to LEFT JOIN. Worked fine afterwards. Using MS SQL 3.23, WP 2.0.11
- The topic ‘Getting it working with MySQL 3.23’ is closed to new replies.