Upchurch
Papa Funkosophy
I have a table that contains a column of dates. My life would be so much easier if I could query it for just the Mondays.
For the sake of argument, I could located the first monday in the record set and only use every 7th record, but that scares the bejeesus out of me since one missing record will through the whole thing off.
So, is there a way to construct a SQL query that will located the Mondays?
eta: This is on an MS SQL server
For the sake of argument, I could located the first monday in the record set and only use every 7th record, but that scares the bejeesus out of me since one missing record will through the whole thing off.
So, is there a way to construct a SQL query that will located the Mondays?
eta: This is on an MS SQL server