Re: Inserting the current date - Mailing list pgsql-general

From john
Subject Re: Inserting the current date
Date
Msg-id QWwQ7.643$CR2.231366@typhoon.maine.rr.com
Whole thread Raw
In response to Inserting the current date  ("john" <servobit@m.r.c>)
List pgsql-general
Nevermind, I found it here:


"john" <servobit@m.r.c> wrote in message
news:ZNwQ7.642$CR2.230891@typhoon.maine.rr.com...
> Hi,
>
> I have a field (Date type) and I'd like to insert the current date and
time.
>
> e.g.:
>
> insert into my_table( my_date_field ) values ( sysdate );
>
> Is there an equivalent to Oracle's "sysdate" keyword?
>
> Thanks,
>
> John
>
>



pgsql-general by date:

Previous
From: "Yanek Korff"
Date:
Subject: duplicate templates, wrong users
Next
From: "Gregory Wood"
Date:
Subject: Re: What is the practical limitation of no multi-threading?