View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 06:52 AM
Jaraba
 
Posts: n/a
Default 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?

Reply With Quote