Reputation: 12998
I have a table with a timestamp column in it and I want to select any rows of any date where the time is 00:00:00
Is there a better way to do this other than filtering on the last 8 characters as a substring?
Upvotes: 0
Views: 977