Updates the specified SCHEMA.Documentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
ALTER SCHEMA OWNER TO
Change the owner of a schema.The current owner of a view can be viewed in the
information_schema.schemata view on schema_owner column.
check ownership page for more info.
Syntax
Parameters
| Parameter | Description |
|---|---|
<schema> | Name of the schema to change the owner of. |
<user> | The new owner of the schema. Can be either a user name or a role name. |