Re: How to join function with a table?

From: Yudie Pg <yudiepg(at)gmail(dot)com>
To: Pascual De Ruvo <deruvo(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to join function with a table?
Date: 2005-08-05 20:58:15
Message-ID: e460d0c05080513586433f64c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ragnar Hafstað 2005-08-05 21:36:49 Re: How to join function with a table?
Previous Message Logan Bowers 2005-08-05 20:52:29 Clog/Transaction problems