Re: [GENERAL] About Date field

From: jose soares <jose(at)sferacarta(dot)com>
To: Edouard DESSIOUX <edx(at)intrinsec(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] About Date field
Date: 1999-11-12 14:17:09
Message-ID: 382C2164.47972A05@sferacarta.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Edouard DESSIOUX ha scritto:

> Hello,
>
> I use a simple table, in which i've a field
> of type date.
> Is is possible to insert the current date in
> this field, I mean using a special variable
> that has the systeme date.
>

Try:
INSERT INTO table1 VALUES(current_date);

José

In response to

Browse pgsql-general by date

  From Date Subject
Next Message V Krishnaraj 1999-11-12 14:42:10 Re: Postgres concurrency : urgent
Previous Message Marcin Inkielman 1999-11-12 12:05:58 Re: [GENERAL] Postgres concurrency : urgent