Skip to content

Commit 4454bbd

Browse files
authored
Create rename_objects.sql
Test for 'Added RENAME statement to unit_statement'
1 parent d51a8ec commit 4454bbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/plsql/examples/rename_objects.sql

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Test for RENAME statement of unit_statement (f.e. renaming Oracle jobs)
2+
RENAME FOO TO BAR;

0 commit comments

Comments
 (0)