Re: timestamp

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: timestamp
Дата
Msg-id Pine.LNX.4.33.0306090850050.1952-100000@css120.ihs.com
обсуждение исходный текст
Ответ на timestamp  (Marc Cuypers <mail@mgvd.be>)
Список pgsql-general
On Wed, 4 Jun 2003, Marc Cuypers wrote:

> Hi,
>
> How do insert a timestamp in a timestamp field.
>
> insert into table (tt) values (now()+100)
>
> doesn't seem to work

Here's a page that might help:

http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=functions-datetime.html

A quick hint,

select now() + interval '1 hour';
select now() + interval '45 seconds';



В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Linux 2.6 kernel,
Следующее
От: "Fernando Papa"
Дата:
Сообщение: Strange result with select/not null/OR