MySQL Forums
Forum List  »  Stored Procedures

Re: strange cursor loop
Posted by: Peter Brawley
Date: July 15, 2013 10:01AM

IFNULL(..., null) does nothing except introduce needless complexity.

Complex sprocs can't be debugged in a forum like this. Only you can debug it by inserting debugging stubs and tracking what your clauses are actually doing given different inputs. I think you'll have to test every little step of the logic.

Options: ReplyQuote


Subject
Views
Written By
Posted
1897
July 15, 2013 08:41AM
Re: strange cursor loop
879
July 15, 2013 10:01AM
837
July 20, 2013 09:09PM


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.