Relative Content

Tag Archive for sqlmysqlstored-procedurescreate-table

How to pass variable as table name in stored procedure – Mysql

I am trying to create a stored procedure in Mysql that will receive a value in Parameter/Variable as a table name, Stored procedure will create new table if not exists. Stored procedure is creating new table but not with table name that I am passing through Parameter/Variable.