Bug #29849 create procedure modifytable(IN tab TABLE_NAME)
Submitted: 17 Jul 2007 16:14 Modified: 17 Jul 2007 21:27
Reporter: Kemin Zhou Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Stored Routines Severity:S4 (Feature request)
Version:5.0 OS:Any
Assigned to: CPU Architecture:Any

[17 Jul 2007 16:14] Kemin Zhou
Description:
Right now I am not being able to use table_name as input for stored procedures.  Is it possible?

How to repeat:
create procedure ....
[17 Jul 2007 21:27] Valeriy Kravchuk
Please, use preapred statements (http://dev.mysql.com/doc/refman/5.0/en/sqlps.html) if you want to get data from some table that is passed as a parameter.