Re: Obtaining the Julian Day from a date

Поиск
Список
Период
Сортировка
От Phil Endecott
Тема Re: Obtaining the Julian Day from a date
Дата
Msg-id 4140960E.20403@chezphil.org
обсуждение исходный текст
Ответ на Obtaining the Julian Day from a date  ("Karl O. Pinc" <kop@meme.com>)
Список pgsql-general
Karl O. Pinc wrote:
> What's the best way to obtain the Julian day from a postgresql
> date?

=> select to_char('17 may 1970'::date,'J');
  to_char
---------
  2440724


--Phil.


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

Предыдущее
От: Wes
Дата:
Сообщение: Re: How to determine a database is intact?
Следующее
От: Edwin Grubbs
Дата:
Сообщение: referential integrity preventing simultaneous insert