I have the year and the number for the week of the year. What would be the SQL to convert these two numbers to the monday date of that week?
Example:
year 2005
week #3
I want to return the date 2005-01-10
(I am assuming that is considered the third week cause the first was on a Saturday)
Thanks in advance for any responses to this post.
Example:
year 2005
week #3
I want to return the date 2005-01-10
(I am assuming that is considered the third week cause the first was on a Saturday)
Thanks in advance for any responses to this post.