PostgreSQL syntax question

Поиск
Список
Период
Сортировка
От Stephen Davies
Тема PostgreSQL syntax question
Дата
Msg-id 199809180507.OAA32277@mustang.sdc.com.au
обсуждение исходный текст
Список pgsql-sql
The following syntax (which is legal under Oracle) does not parse under
PostreSQL 6.3.2.

 update table1 set col1=(select col2 from table2 where col3='x') where col4='z';

Is there a variant of the syntax which does work?

Cheers and thanks,
Stephen.

========================================================================
Stephen Davies Consulting                                            scldad@sdc.com.au
Adelaide, South Australia.                                             Voice: 61-8-82728863
Computing & Network solutions.                                     Fax: 61-8-82741015



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] postmaster dies on complicated views
Следующее
От: William Leeke
Дата:
Сообщение: SQL equiv to MS-Access Transform