I\'m trying to call a simple stored procedure which would return a list of names in normal test format, all in a single line. I\'m passing it two parameters, but no matter h
use the same command you use to run the stored procedure in MySQL workbench
call ();
USE this command in Execute SQL Task