Date manipulation

Поиск
Список
Период
Сортировка
От Mark
Тема Date manipulation
Дата
Msg-id 200105311714.f4VHEbW24511@mail.ldssingles.com
обсуждение исходный текст
Ответы Re: Date manipulation
Re: Date manipulation
Список pgsql-sql
How does one perform date manipulation within SQL?  For example, SQL
Server has a dateadd() function that takes a date part, scalar, and the
date to manipulate.

I have a query that determines the number of days that are between now
and a particular date that looks something like this:

select datediff (dd, now (), column) as difference_in_days from ...

Anything available short of coding my own function?

Thanks,

Mark



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

Предыдущее
От: Brian Powell
Дата:
Сообщение: Re: 7.1.1 Lock Problems on Views
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Date manipulation