how can i initialize an stored procedures IN parameter to a default value?

Posted by Ayyappan.Anbalagan on Stack Overflow See other posts from Stack Overflow or by Ayyappan.Anbalagan
Published on 2010-05-26T06:52:46Z Indexed on 2010/05/26 7:01 UTC
Read the original article Hit count: 190

Filed under:
|

when this stored procedure executes without this parameter, stored procedure should use the default value and if this parameter is assigned to a value, stored procedure should execute by assigned value.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about stored-procedures