Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Day of the week?
Message
General information
Forum:
Oracle
Category:
Other
Miscellaneous
Thread ID:
00344398
Message ID:
00344651
Views:
22
Yes, use the to_char function in this way:

SQL> select to_char(sysdate, 'day') from dual;

the answer will be :

TO_CHAR(SYSDATE,'DAY')
---------------------------------------------------
saturday
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform