Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

to_char(sysdate,'D')

582889May 10 2008 — edited May 10 2008
Hi the followıng query returns the number of the day in the week? but I dont understand why.
Is there a thıng like 'D' ? Can anyone explain

select to_char(sysdate,'D') from dual ;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2008
Added on May 10 2008
2 comments
10,911 views