Subject | Re: [IB-Architect] Insert Returning |
---|---|
Author | Ann Harrison |
Post date | 2000-07-17T21:13:33Z |
At 01:57 PM 7/17/00 -0700, Jason Wharton wrote:
insert into <table> (<col list>)
select <val list> from <select expression>
returning <val list>
into <var list>
Ann
>I would be able to make immediate use of this feature in IBO. It would saveFine. But how would you expect this statment to behave?
>a lot of hassles for sure.
insert into <table> (<col list>)
select <val list> from <select expression>
returning <val list>
into <var list>
Ann