Re: How to join function with a table?

Поиск
Список
Период
Сортировка
От Pascual De Ruvo
Тема Re: How to join function with a table?
Дата
Msg-id fb73c1ee05080513067a911e7b@mail.gmail.com
обсуждение исходный текст
Ответ на How to join function with a table?  (Yudie Pg <yudiepg@gmail.com>)
Ответы Re: How to join function with a table?  (Yudie Pg <yudiepg@gmail.com>)
Список pgsql-general

On 8/5/05, Yudie Pg <yudiepg@gmail.com> wrote:
 
I thought simple join like this would work, but it doesn't
select * from payment P, datelist(P.date_start , P.date_end)
 
 try select * from payment as p, (select * from datelist('8/1/2005, 8/5/2005')) as date
where date......  =  p.....

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

Предыдущее
От: Thomas Pundt
Дата:
Сообщение: Re: DNS vs /etc/hosts
Следующее
От: "Logan Bowers"
Дата:
Сообщение: Clog/Transaction problems