Converting Date to Day of week
627574Jun 23 2008 — edited Jun 23 2008I have to convert data from one of my date columns to Day of week numbers.
i.e., if date is 23-Jun-2008, I have to convert it to 2 as it is Monday.
I can use 'decode' to convert 'Monday' to 2 and so on.
But how can I convert 23-Jun-2008 to 'Monday'.
In my table I am having records created in 2007.
Thanks & Regards
Raghu