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 74f8ff6 commit 0fbcbc1Copy full SHA for 0fbcbc1
1 file changed
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
-DROP SCHEMA [IF EXISTS] _schema_
+DROP SCHEMA [IF EXISTS] <schema>
668
ALTER TABLE <table> DROP [COLUMN] [IF EXISTS] <column name>
669
ALTER TABLE <table> DROP CONSTRAINT [IF EXISTS] <constraint name>
670
0 commit comments