Re: [GENERAL] About Date field

Поиск
Список
Период
Сортировка
От jose soares
Тема Re: [GENERAL] About Date field
Дата
Msg-id 382C2164.47972A05@sferacarta.com
обсуждение исходный текст
Ответ на About Date field  (Edouard DESSIOUX <edx@intrinsec.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrzej Mazurkiewicz
Дата:
Сообщение: RE: [GENERAL] Types available
Следующее
От: Herbert Liechti
Дата:
Сообщение: troubles with datestyle