MySQL Query : SELECT s.state,s.fullstate FROM county AS co,state AS s WHERE co.idcounty = dont AND co.idstate = s.idstate
MySQL Error : Unknown column 'dont' in 'where clause'
MySQL Errno : 1054
Message : Unknown column 'dont' in 'where clause'
Need Help?