Re: How to return a select query

From: Rodrigo De León <rdeleonp(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to return a select query
Date: 2007-03-04 06:44:46
Message-ID: a55915760703032244j2a5a98adx54ec3eed397c1214@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 3/3/07, Eugenio Flores <eflores767003(at)yahoo(dot)com(dot)mx> wrote:
> Hello. I would like to know how can I return a select expresion, and stored
> in a variable, as cursors, but without the need of fetching it, and just to
> get the hole resultset.
>
> For example. I want to get this query: Select * from table1, and stored in a
> variable that I can return to, like a rowtype variable.
>
> What I want is to call this function from a client aplication and show the
> result in a table. Like a JTable in java.
>
> Thanks in advance for your help.
>
> Greetings.

See:

http://www.postgresql.org/docs/8.2/static/queries-table-expressions.html#QUERIES-TABLEFUNCTIONS

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Midgley 2007-03-05 19:12:31 GiST index question: performance
Previous Message Eugenio Flores 2007-03-03 22:08:57 How to return a select query