Hi,
I have to create a stored procedure which returns resultset. Common answer to this was the usage of cursor inside the stored proc. I have few questions on using cursors inside stored procedure.
My first question would be Is there any other means by which we can return a resultset from a teradata stored procedure ?
If at all using cursor is the way, would it affect in terms of performance?
↧