Re: Porting from Oracl to Postgres

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Porting from Oracl to Postgres
Дата
Msg-id 1062770250.66151.9.camel@jester
обсуждение исходный текст
Ответ на Porting from Oracl to Postgres  (Jomon Skariah <jomons@aztec.soft.net>)
Ответы Re: Porting from Oracl to Postgres
Список pgsql-sql
On Fri, 2003-09-05 at 00:24, Jomon Skariah wrote:
>
> Hi,
>
> Thanks for your replys.
>
> We are facing another problem now.
>
> we need to find an alternative for Oracle's ADD_MONTHS in PostGres..

Guessing based on the name that it adds a quantity of months to a
timestamp.  How about an SQL Interval?

now() + interval '15 months'

List of functions:
http://www.postgresql.org/docs/7.3/interactive/functions.html


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

Предыдущее
От: "Yaroslav Ulyanov"
Дата:
Сообщение: Transactions ID
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Porting from Oracl to Postgres