M
Morten Snedker
I have records with the date 01/01/2005
Here in Denmark Janurary 1. has week 53.
Select * From Book_Tmp Where Datepart(week,Dato)=53
returns 0 records, hence BOL:
January 1 of any year defines the starting number for the week
datepart, for example: DATEPART(wk, 'Jan 1, xxxx') = 1, where xxxx is
any year.
How do I work around this problem?
/Snedker
Here in Denmark Janurary 1. has week 53.
Select * From Book_Tmp Where Datepart(week,Dato)=53
returns 0 records, hence BOL:
January 1 of any year defines the starting number for the week
datepart, for example: DATEPART(wk, 'Jan 1, xxxx') = 1, where xxxx is
any year.
How do I work around this problem?
/Snedker