MySQL Query : SELECT a.*,d.length,d.seatnumber,d.engine FROM busescom_buses AS a, busescom_buses_data AS d where a.id= d.id and a.id in ()
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 ')' 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 ')' at line 1
Need Help?