Viewing 4 posts - 1 through 4 (of 4 total)
How can I change my 1st weekday?
May 23, 2014 at 12:15 am
#1715947
It's MySQL
May 22, 2014 at 11:09 pm
#1715941
Hi Sean,
Yip thanks I do realize that, but luckily I am using an input for that only allows values 0,1,2,3 to be captured. Hence why I used the case statement...
May 22, 2014 at 10:42 pm
#1715938
Thanks, I did try that, but because my CASE statement was in a nested query, it didn't work... I managed to get it working...
Here's how:
SELECT
SCH.column1
, ...
May 22, 2014 at 7:33 am
#1715693