Files
doris/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY_EN.md
2019-08-30 22:07:24 +08:00

328 B

SHOW PROPERTY

Description

This statement is used to view user attributes Grammar: SHOW PROPERTY [FOR user] [LIKE key]

example

  1. View the attributes of the jack user SHOW PROPERTY FOR 'jack'

  2. View Jack user import cluster related properties SHOW PROPERTY FOR 'jack' LIKE '%load_cluster%'

keyword

SHOW, PROPERTY