| Mysql Select On Varchar Treat As Number I have a database table with PRICE as a varchar. However I want to do a search for those value in the table that are < 1000 for example. And this will disclude all the other STRING values, lik POA etc.
Any ideas? |