I'm trying to figure out a query for a script of mine that will group by date.
However, the dates have added times on them such as:
2003-08-01 13:07:59
I'm trying to group by the DATE only, not the time. I was wondering if there was a LIKE statement or something that can do this.
What I'm trying to do is count the total number of orders in a database grouped by the date.
Thanks in advance for any help.