Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
1.2.3
Description
FEATURE REQUEST FROM CUSTOMER
So in light of this, can I request a feature to support this syntax in columnstore :
create table t1(a int default (next value for s1),b int) engine=Columnstore;
as show in the sequence documentation :
Using Sequences in DEFAULT
MariaDB starting with 10.3.3
Starting from 10.3.3 you can use Sequences in DEFAULT