MySQL Query : SELECT COUNT(*) as count FROM v9_forum f left join v9_forum_data fd USING(id) where status=99 AND class_type = order by id desc
MySQL 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 'order by id desc' at line 1
MySQL Errno : 1064
Message : 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 'order by id desc' at line 1
Need Help?