I want to query data in mysql. The problem is the column is datetime(dpost) and i will use a date in the where clause.
SELECT * FROM `uid1000_qposts` WHERE `dpost`="2011-12-06"
this query doesn't return any results. Is there any possible way I can query data using date against a datetime column?
thanks