I have a timestamp and I want to search for a single date but I can't figure out how to do this.
SELECT something from mytable WHERE timestamp = 'desiredDate'
If I include the hours mins and seconds in a range I can get it but there has to be a way to tell mysql that you want everything for a single day. Can someone please help? Thanks.