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 9df2373 commit b8ce060Copy full SHA for b8ce060
doc/sql.extensions/README.ddl.txt
@@ -664,7 +664,7 @@ DROP USER [IF EXISTS] <user> [USING PLUGIN <plugin>]
664
DROP PACKAGE [IF EXISTS] <package>
665
DROP PACKAGE BODY [IF EXISTS] <package>
666
DROP [GLOBAL] MAPPING [IF EXISTS] <mapping>
667
-ALTER TABLE <table> DROP [IF EXISTS] <column name>
+ALTER TABLE <table> DROP [COLUMN] [IF EXISTS] <column name>
668
ALTER TABLE <table> DROP CONSTRAINT [IF EXISTS] <constraint name>
669
670
7) CREATE [IF NOT EXISTS]
0 commit comments