DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: I need a function to calculate Seconds since 1970

  1. #1
    Join Date
    Jan 2002
    Posts
    22
    I need a function to calculate Seconds since 1970

    Thanks.


  2. #2
    Join Date
    Apr 2001
    Location
    Czechia
    Posts
    712
    Code:
    select (sysdate-to_date('01-01-1970','dd-mm-yyyy'))*24*60*60 from dual;
    Ales
    The whole difference between a little boy and an adult man is the price of toys

Posting Permissions

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


Click Here to Expand Forum to Full Width