SHOW PROPERTY
Descriptionβ
This statement is used to view the user's properties
Syntax:
SHOW PROPERTY [FOR user] [LIKE key]
Examplesβ
-
View the properties of jack user
SHOW PROPERTY FOR 'jack'
-
View the properties related to the cluster imported by Jack user
SHOW PROPERTY FOR 'jack' LIKE '%load_cluster%'