Re: Inserting the current date

From: "john" <servobit(at)m(dot)r(dot)c>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Inserting the current date
Date: 2001-12-08 22:58:56
Message-ID: QWwQ7.643$CR2.231366@typhoon.maine.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nevermind, I found it here:

"john" <servobit(at)m(dot)r(dot)c> wrote in message
news:ZNwQ7(dot)642$CR2(dot)230891(at)typhoon(dot)maine(dot)rr(dot)com(dot)(dot)(dot)
> 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
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message john 2001-12-08 22:59:45 Re: Inserting the current date
Previous Message john 2001-12-08 22:49:29 Inserting the current date