Answers for "week starting from sunday in sql"

SQL
1

sql week commencing date

DATEADD(dd, -(DATEPART(dw, [Date])-1), [Date])
Posted by: Guest on October-02-2020

Code answers related to "week starting from sunday in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language