Error Number: 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 'order by c.sort_id' at line 3
select al.category_id,c.title from news_category_list as al join news_category as c on al.category_id=c.news_category_id where al.news_id= order by c.sort_id
Back to Home