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\x87\x83\xE6\x96\x99\xE7\x94\xB5\xE6\xB1\xA0%"' 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\x87\x83\xE6\x96\x99\xE7\x94\xB5\xE6\xB1\xA0%"' at line 1
Need Help?