Thread
:
Inserting Data using a Stored Procedure
View Single Post
#
1
(
permalink
)
02-27-2008, 06:52 AM
Jaraba
Posts: n/a
Inserting Data using a Stored Procedure
In Microsoft SQL I can run the following command:
insert into table execute proc1
to insert data into a table.
Is there a comparable way to do this in DB2?
Jaraba