[MCOL-4212] DML Statement with order by clause is not currently supported Created: 2020-07-27 Updated: 2023-10-26 Resolved: 2023-10-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | susil.behera | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Server version: 10.5.4-MariaDB MariaDB Server |
||
| Description |
|
Like Innodb, Columnstore should also support DML Statement with order by clause. CREATE TABLE t1 (a INT, b INT) ENGINE=Columnstore; |