Subject | Re: [IB-Architect] Insert Returning |
---|---|
Author | Bill Karwin |
Post date | 2000-07-18T06:59:21Z |
Jason Wharton wrote:
operation affects multiple rows. But if one could do it with a cursor
for the INSERT case, it should be possible to do it for the UPDATE case
as well.
Regards,
Bill Karwin
> Could I please ask for a similar capability to be added to the UPDATEIt's not clear how to return values in the RETURNING clause if the
> statement?
>
> update <table>
> set <acol> = <aexpr>
> ...
> where <singleton select criteria>
> returning <col list>
operation affects multiple rows. But if one could do it with a cursor
for the INSERT case, it should be possible to do it for the UPDATE case
as well.
Regards,
Bill Karwin