Can someone tell me the syntax to create a SQL table that would calculate weeks in a year, using Saturday as the week ending date?
Example of data in proposed table:
Week_num Week_end_date
01 01/08/2005
02 01/15/2005
03 01/22/2005
... and so on
Thanks.
Sheila
Example of data in proposed table:
Week_num Week_end_date
01 01/08/2005
02 01/15/2005
03 01/22/2005
... and so on
Thanks.
Sheila