Tagged Questions
1
vote
1answer
1k views
Dynamic MySQL with local variables
How can I use dynamic SQL statements in MySQL database and without using session variables?
Right now I have such a code (in MySQL stored procedure):
(...)
DECLARE TableName VARCHAR(32);
SET ...