Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
None
-
2020-1, 2020-2, 2020-4, 2020-5, 2020-6, 2020-7
Description
Add capability to create table in ColumnStore as a select.
CREATE TABLE test2 ENGINE=columnstore AS
SELECT *
FROM test;