Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Current Date under Oracle
here we're!
insert into test values (sysdate);
Dirk Poppke wrote:
> Hello!
>
> Stupid question:
>
> The standard SQL - Statement won't work under Oracle:
>
> create table test (testdate date);
> insert into test values (CURRENT_DATE);
>
> How can I get the current Date (and Time) and put it
> into a table?
>
> Thanks,
> Dirk
Received on Fri Feb 04 2000 - 01:48:30 CST
![]() |
![]() |