MySQL Query : SELECT COUNT(*) AS c FROM ne_buses AS a,ne_buses_data AS b where a.id =b.id AND a.catid in (29,30,31,66) AND a.status=99 AND b.state='在产' AND 1=0and a.brand_id='4329'
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 'a.brand_id='4329'' 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 'a.brand_id='4329'' at line 1
Need Help?