MySQL Forums
Forum List  »  Stored Procedures

Re: Approach to handle not all parameters getting passed in stored procedure
Posted by: Peter Brawley
Date: August 03, 2019 11:16AM

MySQL routines don't support default params, so you need to write a set of intermediary sprocs that provide missing (default) params for the existing routine.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Approach to handle not all parameters getting passed in stored procedure
335
August 03, 2019 11:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.