Hi All, How can I call a Stored Procedure from another Stored Procedure?
Basic problem is that I have created a Stored Procedure with <Recursive DECLARE CURSOR statement>, which forces a SELECT statement just after the <Recursive DECLARE CURSOR statement>, but before returning I need some more processing with the result of <Recursive DECLARE CURSOR statement>. I would like to call the another stored procedure in the FROM clause or something else, which can give the same kind of result. Any help is greatly appreciated. -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
