SelectDB Cloud
SQL 手册
语句
Utility-Statements
DESCRIBE

DESCRIBE

Name

DESCRIBE

Description

该语句用于展示指定 table 的 schema 信息

语法:

DESC[RIBE] [db_name.]table_name [ALL];

说明:

  1. 如果指定 ALL,则显示该 table 的所有 index(rollup) 的 schema

Example

  1. 显示Base表Schema

    DESC table_name;
  2. 显示表所有 index 的 schema

    DESC db1.table_name ALL;

Keywords

DESCRIBE, DESC

Best Practice

© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标