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 d7657fd commit dc9ba2bCopy full SHA for dc9ba2b
data-platform/core-converged-db/hybrid-partitioned/scripts/4-add-external-partition-data.sql
@@ -0,0 +1,9 @@
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
6
+ALTER TABLE hr.employees_hybrid
7
+EXCHANGE PARTITION(salary_4000) WITH TABLE ext_help;
8
9
+-- you can drop the external helper table EXT_HELP now
0 commit comments