Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Applies to:
Databricks SQL
Databricks Runtime 10.4 LTS and above
Unity Catalog only
Drops an external location.
An exception is thrown if the location does not exist in the metastore.
To drop an external location you must have the MANAGE privilege on the external location or be its owner.
Syntax
DROP EXTERNAL LOCATION [ IF EXISTS ] location_name
Parameters
IF EXISTSIf specified, no exception is thrown when the location does not exist.
-
The name of an existing location in the metastore. If the name does not exist, an exception is thrown unless
IF EXISTShas been specified.
Examples
> DROP EXTERNAL LOCATION some_location;