Re: How to make a IN without a table... ? - Mailing list pgsql-sql

From Christoph Haller
Subject Re: How to make a IN without a table... ?
Date
Msg-id 3EE873EB.9C713F4E@rodos.fzk.de
Whole thread Raw
In response to How to make a IN without a table... ?  (David Pradier <dpradier@apartia.fr>)
Responses Re: How to make a IN without a table... ?
List pgsql-sql
>
> Like "Tell me how much i spent between the 4th and the 7th og this
month
> ?" uses 4 and 7 as arguments, but need to fetch the datas in the
> database.
> Clear enough ? :-)
Yes.
>
> What do you mean by table function ?

Table functions are aka SetReturningFunctions.
Refer to
http://techdocs.postgresql.org/guides/SetReturningFunctions

Regards, Christoph




pgsql-sql by date:

Previous
From: Marco Vezzoli
Date:
Subject: Re: multiple index search with postgres7.1.3 on solaris 8
Next
From: David Pradier
Date:
Subject: Re: How to make a IN without a table... ?