Results 1 to 2 of 2

Thread: weeknum out of date

  1. #1
    Join Date
    Dec 2002
    Posts
    5

    weeknum out of date

    does somebody has a clue how to get the weeknum out of a date in oracle?

    e.g. 01.01.2003 => weeknum 1

  2. #2
    Join Date
    Feb 2003
    Location
    NA
    Posts
    3
    select to_char(sysdate,'WW') from dual
    will give you the current week number


    I hope this answers your questions


    Tiamiyu Sala

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •