How can i reverse the following so that it displays the date again:
19th March 2012 should give you a week_ref of: 5855
EDIT: this is the correct line:
DATEDIFF(DAY, 0, Start_Week) / 7 AS week_ref -- create the unique week reference number
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Like this:
or this:
EDIT:
Validation test here: