mysql - Retrieve records based on Date -


i have date column in table. there way in mysql retrieve record based on date excluding time part?

i have tried appending * not seems work.

select * mytable filterdate="2010-08-01 *"

is there way rather filtering using between?

thanks.

select * mytable filterdate "%2010-08-01 %" 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -