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!

get number of weekday from sysdate

2621671Feb 28 2014 — edited Feb 28 2014

Hi all,

my need is to get number of weekday from sysdate.

Here is how do I perform it at this moment:

select to_char(sysdate,'Dy') t1 from dual

But it returns short name of weekday while I need number of weekday.

Please help me. Thanks ahead.

Best regards,

--

marco

This post has been answered by theoa on Feb 28 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2014
Added on Feb 28 2014
7 comments
5,708 views