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 e775652 commit 6b51773Copy full SHA for 6b51773
sql/plsql/examples/alter_table.sql
@@ -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