MySQL Query : SELECT a.*,b.seatnumber,b.length,b.speed,b.motortype,b.emotor,b.motorpower,b.enginebrand,b.engine,b.power FROM busescom_buses AS a,busescom_buses_data AS b where a.id = b.id AND a.state != "停产" and a.brand_id in () and a.energy like "%纯电动%"
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 ') and a.energy like "%\xE7\xBA\xAF\xE7\x94\xB5\xE5\x8A\xA8%"' 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 ') and a.energy like "%\xE7\xBA\xAF\xE7\x94\xB5\xE5\x8A\xA8%"' at line 1
Need Help?