MySQL Forums
Forum List  »  Stored Procedures

Calling stored procedures.
Posted by: Sam Jenkins
Date: March 20, 2005 08:03AM

Hi,

Is there a way to call a procedure using a variable as its name?

ie.

select "proc_name" into @var;
call @var;

Sam

Options: ReplyQuote


Subject
Views
Written By
Posted
Calling stored procedures.
3580
March 20, 2005 08:03AM
2426
March 20, 2005 12:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.