Here is the code and error message, and any hints are appreciated. Using My SQL Workbench/MySQL,
CREATE SEQUENCE seq_person
MINVALUE 1
START WITH 1
INCREMENT BY 1
CACHE 10
Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SEQUENCE seq_person #how to? MINVALUE 1 START WIT' at line 1
thanks in advance, Lin
CREATE SEQUENCEin MySQL.AUTO_INCREMENToption on the primary key column of the table.