MERGE output cursor of SP into table?
Hi, i have a Stored Procedure which returns output as a ref cursor. I would like to store the output in another table using the MERGE statement. I'm having problems however mixing all the statements together (WITH, USING, MERGE etc..). Can somebody assist? Thanks! This is the table i want the output in (STOP_TIME is left out on purpo...