Re: syntax question

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "James Cooper" <jim(at)luckydigital(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: syntax question
Date: 2003-02-24 00:25:26
Message-ID: 200302231625.26793.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

James,

> but thats what:
> rec record
> select into rec id from table;
> return rec.id
>
> does
>
> my question was can i do this with a query built inside a string?

No. That's what I was talking about. You have to use the loop.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Wolff III 2003-02-24 03:27:52 Re: SQL Statements question, why I get errors...
Previous Message Rafal Kedziorski 2003-02-23 23:51:08 Re: good style?