|
From: Adriano d. S. F. <adr...@uo...> - 2007-07-25 18:02:01
|
Jason L. Wharton escreveu:
> Relation alias support for columns on the FOR UPDATE OF <column list> as
> well as on UPDATE and DELETE statements will make it so that joined datasets
> can be worked with precisely.
Why relation alias in column list?
The relation name will should be passed in the UPDATE statement, i.e.,
update **relation** set col = val where current of cursor
Adriano
|