tencent cloud

문서Data Lake Compute

DROP VIEW

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-08-07 17:24:14

Description

Supported engines: Presto and SparkSQL
Purpose: Delete view.

Statement

DROP VIEW [ IF EXISTS ] view_name;

Parameter

IF EXISTS: Optional. This parameter indicates whether the view exists.
view_name: View name

Example

DROP VIEW orders_by_date;
DROP VIEW IF EXISTS orders_by_date;



도움말 및 지원

문제 해결에 도움이 되었나요?

피드백