Subject | Re: [ib-support] Stored Procedures |
---|---|
Author | Sandeep |
Post date | 2001-10-30T19:54:40Z |
On 30 Oct 2001, at 12:12, Mike Grover wrote:
insert into tableA (tableAfieldA, tableAfieldB)
values (select fieldA, fieldB from StorProcA)
(the syntax might not be 100% correct)
Regards
Sandeep
Software Developer
CFL
sandeep@...
http://www.cfl.co.nz
> Is it possible to do a select on a stored procedure thatsomething like this might work
> Insert's a record into a table?
>
> If so, where can I find a example?
>
> thanks, mike
insert into tableA (tableAfieldA, tableAfieldB)
values (select fieldA, fieldB from StorProcA)
(the syntax might not be 100% correct)
Regards
Sandeep
Software Developer
CFL
sandeep@...
http://www.cfl.co.nz