Re: syntax question

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: syntax question
Дата
Msg-id 200302231625.26793.josh@agliodbs.com
обсуждение исходный текст
Ответ на syntax question  ("James Cooper" <jim@luckydigital.com>)
Список 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


В списке pgsql-sql по дате отправления:

Предыдущее
От: Rafal Kedziorski
Дата:
Сообщение: Re: good style?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: SQL Statements question, why I get errors...