MySQL Forums
Forum List  »  Stored Procedures

Re: Stored Procedure for multiple, unknown serch values
Posted by: Peter Brawley
Date: December 13, 2018 04:32PM

Start by writing pseudocode for your 'formula' and the query that will derive from it.

Depending on the formula, it may be easier to code it in your app language than in a mysql sproc, the syntax for which is awkward and prolix, and for which there's no good debugger.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Stored Procedure for multiple, unknown serch values
412
December 13, 2018 04:32PM


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.