using interval in a query with a column for the interval value?

Поиск
Список
Период
Сортировка
От Walker, Jed S
Тема using interval in a query with a column for the interval value?
Дата
Msg-id 4A59B6AA01F1874283EA66C976ED51FC466412@COENGEXCMB01.cable.comcast.com
обсуждение исходный текст
Ответы change varchar(10) to varchar()  (<operationsengineer1@yahoo.com>)
Re: using interval in a query with a column for the interval value?  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-novice

I am writing a script and I need to output results to a file based on a table where the data to select is based on a last date and an interval.

Essentially

Name

Last_date

Interval

Jed     2005-06-02      30

Tom     2005-08-02      30

Select name

From table1

Where last_date < now() [[interval days]];

The interval days part is what is stumping me I need to say now() interval 30 days’” but I need to use the interval column.

How do I make this work?

Thanks,

Jed

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

Предыдущее
От: "John J. Urbaniak"
Дата:
Сообщение: Re: Vacuum with Views
Следующее
От:
Дата:
Сообщение: change varchar(10) to varchar()