Hello,
I was trying to create a procedure which accepts a table and within the procedure I wanted to modify the contents of the table and store the modified contents into another table.
I would like to know how to pass an entire table into a procedure and then iterate through it.
Appreciate a reply.
Much Thanks,
Indu