Skip to content

Commit b0a49ff

Browse files
authored
Update 4-add-external-partition-data.sql
1 parent 238a21f commit b0a49ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data-platform/core-converged-db/hybrid-partitioned/scripts/4-add-external-partition-data.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
REM Script: 4-add-external-partition-data.sql
22
REM Use EXCHANGE PARTITION
33

4-
-- swap data segments to get external data partition
5-
4+
-- swap data segments to add (external) data to the partition
65
ALTER TABLE hr.employees_hybrid
76
EXCHANGE PARTITION(salary_4000) WITH TABLE ext_help;
87

0 commit comments

Comments
 (0)