MySQL Query : select a.*,b.title as htitle,b.address as haddress,b.url as hurl,b.city as city from xmb_course as a LEFT JOIN xmb_hospital as b on a.associatedHospitalId=b.id order by popularity desc order by listorder desc LIMIT 0,15
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 listorder desc LIMIT 0,15' 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 listorder desc LIMIT 0,15' at line 1
Need Help?