Edit

SHOW PROPERTY

description

This statement is used to view the user's properties

Syntax:

SHOW PROPERTY [FOR user] [LIKE key]

example

  1. View the properties of jack user

    SHOW PROPERTY FOR 'jack'
  2. View the properties related to the cluster imported by Jack user

    SHOW PROPERTY FOR 'jack' LIKE '%load_cluster%'

keyword

SHOW, PROPERTY