Re: [GENERAL] About Date field - Mailing list pgsql-general

From jose soares
Subject Re: [GENERAL] About Date field
Date
Msg-id 382C2164.47972A05@sferacarta.com
Whole thread Raw
In response to About Date field  (Edouard DESSIOUX <edx@intrinsec.com>)
List 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é


pgsql-general by date:

Previous
From: Andrzej Mazurkiewicz
Date:
Subject: RE: [GENERAL] Types available
Next
From: Herbert Liechti
Date:
Subject: troubles with datestyle