Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Extracting day from date

This is a discussion on Extracting day from date within the Oracle Database forums, part of the Database category; Hi Is it possible to extract the day from a given date thnx...

  1. #1
    shaeron_56 is offline Junior Member Array
    Join Date
    Nov 2008
    Answers
    2

    Extracting day from date

    Hi

    Is it possible to extract the day from a given date

    thnx


  2. #2
    sarunraj is offline Junior Member Array
    Join Date
    Nov 2006
    Location
    Bangalore, India
    Answers
    16
    hi,

    select to_char(sysdate,'DAY') from dual;

    this wil work.

    Arun


Latest Article

Network Security Risk Assessment and Measurement

Read More...