I have a table that stores the date/time as a Unix timestamp. Is it possible to query the table and pick out all the entries that are a Monday without having to query all the rows and process them outside of MySQL?
Thanks!
I have a table that stores the date/time as a Unix timestamp. Is it possible to query the table and pick out all the entries that are a Monday without having to query all the rows and process them outside of MySQL?
Thanks!