MySQL Forums
Forum List  »  Stored Procedures

Re: Trying to Generate Dynamic Sequence IDs as Stored Function or Stored Procedure
Posted by: Rick James
Date: January 06, 2011 10:45PM

MySQL's version of "sequences" is AUTO_INCREMENT. Please look into whether that will do what you need. If so, it may be much simpler (no triggers, stored procedures, etc). If not, please explain what feature you must have, and I'll dig deeper into your question.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Trying to Generate Dynamic Sequence IDs as Stored Function or Stored Procedure
714
January 06, 2011 10:45PM


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.