MySQL Query : SELECT COUNT(*) AS num FROM great_school AS s LEFT JOIN `status` AS city ON s.statusID = city.statusID LEFT JOIN county AS co ON city.idcounty = co.idcounty LEFT JOIN state AS st ON co.idstate = st.idstate WHERE s.idcounty = 400 AND
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 '' at line 3
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 '' at line 3
Need Help?