Details
-
Type:
Technical task
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
Description
CREATE SEQUENCE "SQ_TEST1" MINVALUE 1 INCREMENT BY 1 START WITH 1 NOORDER NOCYCLE ;
This statement fails due to NOORDER not being recognized by MariaDB. ORDER is also not allowed as a attribute of CREATE SEQUENCE.