Relative Content

Tag Archive for mysqlstored-procedures

Assigning from a Stored Procedure within a Stored Procedure

I am trying to assign the result of stored procedure call into a local variable within another stored procedure. MySQL is complaining when executing the ‘Create’ that my syntax is incorrect, but from what I can tell, it should be fine (clearly not, obviously).