chaleastale
asked on
How can I get all mondays on the last six months using SQL server query
In SQL Server 2005, I would like to get all mondays in the last 6 months. The query should return me the dates on which all mondays in the last 6 months are happenig.
How can I create such a query?
Thanks
How can I create such a query?
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Then gets the past 6 months worth of mondays from that date.
Open in new window