Re: Compiere ERP and SQL quirks

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Compiere ERP and SQL quirks
Дата
Msg-id 41DF0215.70604@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Compiere ERP and SQL quirks  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers
Merlin Moncure wrote:
> Andreas wrote:
> 

>>Doesn't something like
>>
>>UPDATE t1 SET col1=cola, col2=colb
>>   FROM t1 JOIN anothertable ot ON t1.id=ot.id
>>  WHERE ...
>>
>>Work the way you'd like it? I'd expect this syntax to be as widely
>>portable and performant.
> 
> 
> Hmm, 'from' in an update is a PostgreSQL extension to the update command
> :).

Ooops... Oracle doesn't know it, I used to use it on MSSQL.

Regards,
Andreas


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Libtool?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Bgwriter behavior