Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.4.3
-
None
Description
Build tested: 1.4.2-1
The follow commands changes the table name in the front end only, and not in the ColumnStore system catalog.
ALTER TABLE lineitem RENAME TO lineitem1;
rename table lineitem TO lineitem1;
Attachments
Issue Links
- relates to
-
MCOL-3294 Allow moving a table to different schema with ALTER TABLE ... RENAME
- Closed