On Mon, 19 Sep 2005 andres@sayago.info wrote:
> JDeveloper use alias to UPDATE, an dthen, what can I do?
>
Your only option would be to ajdust the postgresql backend grammar to
allow an alias.
> PostgreSQL don't use alias to UPATE? Never?
>
Right, the SQL standard does not allow aliases on UPDATEs and neither does
postgresql.
Kris Jurka