MySQL Forums
Forum List  »  Newbie

Re: How to check input parameter is null or empty using Stored Procedure
Posted by: Peter Brawley
Date: October 12, 2014 11:15AM

null <> ''. Indeed null <> null.

Are you looking for this?

IF paramlang IS NOT NULL THEN ...

Options: ReplyQuote


Subject
Written By
Posted
Re: How to check input parameter is null or empty using Stored Procedure
October 12, 2014 11:15AM


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.