Skip to content

Commit

Permalink
Update 4-add-external-partition-data.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
uschwinn authored Aug 2, 2023
1 parent 238a21f commit b0a49ff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
REM Script: 4-add-external-partition-data.sql
REM Use EXCHANGE PARTITION

-- swap data segments to get external data partition

-- swap data segments to add (external) data to the partition
ALTER TABLE hr.employees_hybrid
EXCHANGE PARTITION(salary_4000) WITH TABLE ext_help;

Expand Down

0 comments on commit b0a49ff

Please sign in to comment.