renameCatalog

Syntax

renameSchema(catalog, oldSchema, newSchema)

Arguments

catalog is a string specifying the catalog name.

oldSchema is a string specifying the old schema name.

newSchema is a string specifying the new schema name.

Details

Rename a schema.

Examples

renameSchema("catalog1", "schema1", "schema2")