Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 11g new features
On Mar 25, 10:22 pm, "Fuzzy" <fuzzy.greybe..._at_gmail.com> wrote:
> UPDATE table
> SET col=value ...
> SET_IF_CHANGED col=value ...
>
> which (amongst other things) would not invoke triggers when the
> new=old.
Nice idea - that would make this existing PL/SQL syntax useful:
UPDATE table SET ROW = plsql_record
and that would be a start in fixing FORALL.
Received on Sun Mar 25 2007 - 17:00:21 CDT
![]() |
![]() |