I have a table like this:
I want to to do something like this:
select * from stat_tps Where min_date ='2013-06-12'
but the problem as you see the min_date is datetime format, so I have to provide the hh:mm:s part. I was wondering if there is any way that I can apply my query without specifying the hours-minutes and seconds?
thanks..