A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-ddl-alter-provider below:

ALTER PROVIDER | Databricks Documentation

ALTER PROVIDER

Applies to: Databricks SQL Databricks Runtime 11.3 LTS and above Unity Catalog only

Renames a provider. Transfers the ownership of a provider to a new principal.

Syntax​
ALTER PROVIDER provider_name
{ RENAME TO to_provider_name |
[ SET ] OWNER TO principal }
Parameters​ Examples​

SQL

-- Rename a provider
> ALTER PROVIDER `Center for Disease Control` RENAME TO cdc;

-- Change ownership of the provider
> ALTER PROVIDER cdc OWNER TO `alf@melmak.et`
Related articles​

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4