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 "%\xE6\xB7\xB7\xE5\x90\x88\xE5\x8A\xA8\xE5\x8A\x9B%"' 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 "%\xE6\xB7\xB7\xE5\x90\x88\xE5\x8A\xA8\xE5\x8A\x9B%"' at line 1
Need Help?