worldpeace
MIS
The sql statement below return a week number (10)
select datename(week, '03/12/02') as number
Now is it possible to do the opposite, like I have a week number 10 then the statement(s) would return a date range from 03/03/02 to 03/09/02. Appreciate your helps.
select datename(week, '03/12/02') as number
Now is it possible to do the opposite, like I have a week number 10 then the statement(s) would return a date range from 03/03/02 to 03/09/02. Appreciate your helps.