MySQL Forums
Forum List  »  Oracle

Re: CREATE SEQUENCE
Posted by: Bob Field
Date: July 25, 2006 09:19AM

MySQL supports the auto_increment field which starts at the number you specify and increments by one only. You can have one of these per table. Can you elaborate on how your sequence was set up?

Options: ReplyQuote


Subject
Views
Written By
Posted
6818
July 24, 2006 08:01PM
Re: CREATE SEQUENCE
3212
July 25, 2006 09:19AM


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.