Search Postgresql Archives

Re: How to join function with a table?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 8/5/05, Yudie Pg <yudiepg@xxxxxxxxx> 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.....

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux