skip to Main Content

Mysql query by weekday

I want to query by weekday in a given table on a column storing dates. E.g. select * from MY_TABLE where date_column is 'Monday' I saw a DAYOFWEEK() function in mysql. But this only seems to manipulate the results of…

VIEW QUESTION
Back To Top
Search