Hi all,
Is there any way to call a labeled compound SQL statement from within a stored proc? say i have a procedure which retrieves names and everytime a certain condition occurs, i want the SQL to execute. Is there any way to call the SQL? if there is, whats the syntax?
thanks a lot
Is there any way to call a labeled compound SQL statement from within a stored proc? say i have a procedure which retrieves names and everytime a certain condition occurs, i want the SQL to execute. Is there any way to call the SQL? if there is, whats the syntax?
thanks a lot
Comment