[MCOL-3283] support sequences Created: 2019-04-24 Updated: 2023-11-21 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 1.2.3 |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 1 |
| Labels: | Compatibility | ||
| Epic Link: | ColumnStore Compatibility Improvements |
| 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 Starting from 10.3.3 you can use Sequences in DEFAULT |