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

Thread: insert timestamp

  1. #1
    Join Date
    Jun 2000
    Location
    dumfries,va,usa
    Posts
    227
    Hi all,
    Can someone please give me an exmple as to how to insert the current date and timestamp into a date field.


    Thanks,
    Leonard905
    leonard905
    leonard905@yahoo.com

  2. #2
    Join Date
    Apr 2001
    Location
    UK
    Posts
    137
    insert into table (date_column) values (sysdate)

  3. #3
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    create table testemp ( empno number , inserted_datetime date default sysdate);

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