Re: cannot use result of (insert .. returning)

Поиск
Список
Период
Сортировка
От dvs
Тема Re: cannot use result of (insert .. returning)
Дата
Msg-id 012301c8c2f8$77be7e70$0e09a8c0@dvs
обсуждение исходный текст
Ответ на cannot use result of (insert .. returning)  ("dvs" <dvs@fon.kamchatka.ru>)
Список pgsql-general
>> I need to use query like:
>>    ,c from anytable where condition
>> but it say
>>    ERROR: syntax error at or near "into"
>
> did you try with:
> select (insert into test (a) values (x) returning b) query_a JOIN c ON ...
> ?

you about
   select * from (insert into test (a) values (x) returning b) z
?
it get the same error...


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

Предыдущее
От: Tino Wildenhain
Дата:
Сообщение: Re: cannot use result of (insert .. returning)
Следующее
От: Oliver Kohll
Дата:
Сообщение: Re: Mediawiki 1.10 and PG 8.3 upgrade