Subject Re: [IB-Architect] Insert Returning
Author Ann Harrison
At 01:57 PM 7/17/00 -0700, Jason Wharton wrote:

>I would be able to make immediate use of this feature in IBO. It would save
>a lot of hassles for sure.

Fine. But how would you expect this statment to behave?

insert into <table> (<col list>)
select <val list> from <select expression>
returning <val list>
into <var list>

Ann