Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Code for breaking the line in stored procedure.
Hi,
I am having one variable in the for loop condition of the stored procedure code. For each and every loop execution, the same variable will be getting appended with different texts. Once the For loop is getting over, I am sending mail with the value of that variable.
I want to break the line for each and every loop execution inside the for loop in order to make the mail meaningful. Help needed regarding this issue.
Thanks & Regards,
Sakthivel.S
Received on Tue Jan 09 2007 - 15:54:46 CST