in reply to Re: Detecting 1 day ago
in thread Detecting 1 day ago

I'll grant the MySQL is arguably less capable than some older established servers, but it's respectably simple for the task at hand:
select count(*) from mytable where TO_DAYS(datecol) > TO_DAYS(NOW()) - + 1