Skip to content

Commit 6b51773

Browse files
NarosKvanTTT
authored andcommitted
[PlSql] Add test case
1 parent e775652 commit 6b51773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sql/plsql/examples/alter_table.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE test1 SPLIT PARTITION p_MAXV
2+
AT (TO_DATE('01/01/2030', 'DD/MM/YYYY'))
3+
INTO (partition p_2029 TABLESPACE users, partition p_MAXV) ONLINE;

0 commit comments

Comments
 (0)