We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238a21f commit b0a49ffCopy full SHA for b0a49ff
data-platform/core-converged-db/hybrid-partitioned/scripts/4-add-external-partition-data.sql
@@ -1,8 +1,7 @@
1
REM Script: 4-add-external-partition-data.sql
2
REM Use EXCHANGE PARTITION
3
4
--- swap data segments to get external data partition
5
-
+-- swap data segments to add (external) data to the partition
6
ALTER TABLE hr.employees_hybrid
7
EXCHANGE PARTITION(salary_4000) WITH TABLE ext_help;
8
0 commit comments