メインコンテンツまでスキップ
バージョン: Latest-4.0

DROP RESOURCE

説明

このステートメントは、既存のリソースを削除するために使用されます。リソースを削除できるのは、root または superuser のみです。

構文:

DROP RESOURCE 'resource_name'

  1. Spark リソース spark0 を削除します。

    DROP RESOURCE 'spark0';
  2. Hive リソース hive0 を削除します。

    DROP RESOURCE 'hive0';
StarRocks Assistant

AI generated answers are based on docs and other sources. Please test answers in non-production environments.