Skip to content

Commit b8ce060

Browse files
committed
Add optional COLUMN in DROP [IF EXISTS] docs
1 parent 9df2373 commit b8ce060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sql.extensions/README.ddl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ DROP USER [IF EXISTS] <user> [USING PLUGIN <plugin>]
664664
DROP PACKAGE [IF EXISTS] <package>
665665
DROP PACKAGE BODY [IF EXISTS] <package>
666666
DROP [GLOBAL] MAPPING [IF EXISTS] <mapping>
667-
ALTER TABLE <table> DROP [IF EXISTS] <column name>
667+
ALTER TABLE <table> DROP [COLUMN] [IF EXISTS] <column name>
668668
ALTER TABLE <table> DROP CONSTRAINT [IF EXISTS] <constraint name>
669669

670670
7) CREATE [IF NOT EXISTS]

0 commit comments

Comments
 (0)