MySQL Query : SELECT st.idstate FROM `status` AS city INNER JOIN county AS co ON city.idcounty = co.idcounty INNER JOIN state AS st ON co.idstate = st.idstate WHERE city.StatusID =
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 4
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 4
Need Help?