MySQL Forums
Forum List  »  General

Re: MYSQL sequence
Posted by: Peter Brawley
Date: August 11, 2020 07:06PM

As you'd find by searching the MySQL manual, MySQL does not support a "CREATE SEQUENCE" command.

For how to create a sequence of ints in MySQL, see "Make a table of sequential ints" at https://www.artfulsoftware.com/infotree/queries.php.

Options: ReplyQuote


Subject
Written By
Posted
August 11, 2020 05:41PM
Re: MYSQL sequence
August 11, 2020 07:06PM


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.