Skip to main content

SHOW PROPERTY

SHOW PROPERTY

Description

This statement is used to view the user's properties

Syntax:

SHOW PROPERTY [FOR user] [LIKE key]

Examples

  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%'