MySQL Query : SELECT * FROM `buses2015`.`busescom_buses` WHERE 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.catid in (37,38,39,40,41,42,43,44,45) AND a.status=99 AND a.state!='停产' and a.brand_id='3386' and a.seatregion like '%41-50座%' and a.energy = '汽油' LIMIT 1
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 'SELECT a.*,d.length,d.seatnumber,d.engine FROM busescom_buses AS a, busescom_bus' 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 'SELECT a.*,d.length,d.seatnumber,d.engine FROM busescom_buses AS a, busescom_bus' at line 1
Need Help?