On Tue, 19 Jun 2007, Javier Caballero wrote:
> I'm doing a program with JDeveloper+ADF and Postgre and was having problems
> with the update sentence (created automatically by JDeveloper). After some
> research, found the problem in the SQL sentence. Postgre don't accept alias
> in a UPDATE query and JDeveloper sends it.
PG accepts update aliases in version 8.2+. So a better solution is
probably just to upgrade.
Kris Jurka