views:

564

answers:

1

Apparently in mysql, you cannot use RETURN in a stored proc which is ridiculous because you can do it in mssql.

+2  A: 

You may be looking for the LEAVE statement -- scroll down to users' comments for usage examples.

Alex Martelli
Alex, thanks for being helpful instead of mocking my question like Matthew.
DJTripleThreat