MySQL Forums
Forum List  »  Stored Procedures

Re: No of rows after select, / return in mysql function
Posted by: jiri
Date: May 03, 2005 02:33PM

I found it:
if FOUND_ROWS() = 0 then
return -4;
end if;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: No of rows after select, / return in mysql function
2213
May 03, 2005 02:33PM


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.