How can I select the amount of rows from a database if the type is a varchar?
SELECT * FROM `orders` WHERE DATE(`order_date`) = DATE(NOW())
would not work as it is not stored in datetime is there any other way?
2011-10-30 19:14:32
Is what is stored
You can use