Re: How to join function with a table?

Поиск
Список
Период
Сортировка
От Yudie Pg
Тема Re: How to join function with a table?
Дата
Msg-id e460d0c05080513586433f64c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to join function with a table?  (Pascual De Ruvo <deruvo@gmail.com>)
Список pgsql-general
 try select * from payment as p, (select * from datelist('8/1/2005, 8/5/2005')) as date
where date......  =  p.....
 
 
The problem is the function's parameters '8/1/2005', '8/5/2005' has to refer to whatever value on the payment records.
 

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

Предыдущее
От: "Logan Bowers"
Дата:
Сообщение: Clog/Transaction problems
Следующее
От: Ragnar Hafstað
Дата:
Сообщение: Re: How to join function with a table?