Files
doris/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW PROPERTY.md

1.1 KiB

title, language
title language
SHOW PROPERTY en

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