Skip to content

Commit e775652

Browse files
NarosKvanTTT
authored andcommitted
[PlSql] Add ONLINE to split_table_partition
1 parent c6f768a commit e775652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/plsql/PlSqlParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4760,7 +4760,7 @@ split_table_partition
47604760
range_partition_desc (',' range_partition_desc)*
47614761
| list_partition_desc (',' list_partition_desc)*
47624762
) ')'
4763-
) (update_global_index_clause | update_index_clauses)?
4763+
) (update_global_index_clause | update_index_clauses | ONLINE)?
47644764
;
47654765

47664766
truncate_table_partition

0 commit comments

Comments
 (0)