I have a table that has a DATETIME type. How can I SELECT all of the items from the table that occured yesterday. For some reason I can't figure it out. I know that NOW() - 1000000 will give me the time right now yesterday, but i need all times for the previous day.
If anyone can help it would be much appreciated. Thanks.