Skip to content

Commit 07cf30c

Browse files
authored
Create 2-drop-column-annotation.sql
1 parent ada7199 commit 07cf30c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
REM Script for 23c: 2-drop-column-annotation.sql
2+
3+
--- drop a column annotation with ALTER TABLE MODIFY
4+
alter table emp_annotated modify ename annotations (drop display);

0 commit comments

Comments
 (0)