MySQL Forums
Forum List  »  Stored Procedures

Re: how to set the execution for specified number of rows in stored procedures
Posted by: Roland Bouman
Date: November 02, 2005 08:14AM

Just add LIMIT clause to the statement, and limit the query retrieving that number of rows in the first place.

(lookup LIMIT in the manual)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to set the execution for specified number of rows in stored procedures
1666
November 02, 2005 08:14AM


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.