Date calculation

Поиск
Список
Период
Сортировка
От Ron
Тема Date calculation
Дата
Msg-id c10b17de-623b-4af3-8a8c-45c4a3a5826d@gmail.com
обсуждение исходный текст
Ответы Re: Date calculation  (Bruce Momjian <bruce@momjian.us>)
Re: Date calculation  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-general
Hi,

v9.6.6

Is there a built in function to calculate, for example, next Sunday?

For example,

postgres=# select current_date, next_dow(current_date, 'Sunday');
     date    |    date
------------|------------
  2019-01-31 | 2019-02-03
(1 row)

Thanks

-- 
Angular momentum makes the world go 'round.


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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: oracle_fwd - is it safe or not?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Date calculation