Files
doris/docs/help/Contents/Utility/util_stmt.md
morningman faeb472909 Tidy up the docs and gensrc directory (#263)
1. Remove all design docs. They will be pushed again after modification.
2. Add streaming load and privilege help docs.
3. Rename palo*.py to doris*.py in gensrc/script/.
2018-11-01 10:37:30 +08:00

308 B

DESCRIBE

description

该语句用于展示指定 table 的 schema 信息
语法:
    DESC[RIBE] [db_name.]table_name [ALL];
    
说明:
    如果指定 ALL,则显示该 table 的所有 index 的 schema

example

keyword

DESCRIBE,DESC