Re: Compiere ERP and SQL quirks - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Compiere ERP and SQL quirks
Date
Msg-id 41DF0215.70604@pse-consulting.de
Whole thread Raw
In response to Re: Compiere ERP and SQL quirks  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Libtool?
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Bgwriter behavior