tencent cloud

Data Lake Compute

DLC 정책
개인 정보 보호 정책
데이터 개인 정보 보호 및 보안 계약
문서Data Lake Compute

SHOW DATABASES

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

Description

Supported engines: Presto and SparkSQL
Purpose: List all databases defined in the metadata. DATABASES or SCHEMAS has the same effect.

Statement

SHOW {DATABASES | SCHEMAS} [IN catalog_name] [LIKE 'regular_expression']

Parameter

[IN catalog_name]: Data source name.
[LIKE 'regular_expression']: Regular expression for filtering matching databases.

Example

SHOW DATABASES;
SHOW DATABASES LIKE '.*analytics';
SHOW DATABASES IN catalog1 LIKE '.*analytics';




도움말 및 지원

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

피드백