MySQL Query : select xmb_doctors.*,xmb_hospital.title as hTitle from xmb_doctors left join xmb_hospital on xmb_hospital.id=xmb_doctors.associatedHospitalId where xmb_doctors.id in (244,245,246) LIMIT 20
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 '\xEF\xBC\x8C245\xEF\xBC\x8C246) LIMIT 20' 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 '\xEF\xBC\x8C245\xEF\xBC\x8C246) LIMIT 20' at line 1
Need Help?