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 4dab82c commit f4c33e2Copy full SHA for f4c33e2
sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala
@@ -388,7 +388,7 @@ case class DropDatabase(
388
* does not exist.
389
* The syntax of using this command in SQL is:
390
* {{{
391
- * DROP DATABASE [IF EXISTS] database_name [RESTRICT|CASCADE];
+ * ALTER (DATABASE|SCHEMA) database_name SET DBPROPERTIES (property_name=property_value, ...)
392
* }}}
393
*/
394
case class AlterDatabaseProperties(
0 commit comments