Update 24-show.md

This commit is contained in:
wade zhang 2022-08-25 09:32:16 +08:00 committed by GitHub
parent 0eabbd238b
commit e971af427c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ sidebar_label: SHOW Statement
title: SHOW Statement for Metadata title: SHOW Statement for Metadata
--- ---
In addition to running SELECT statements on INFORMATION_SCHEMA, you can also use SHOW to obtain system metadata, information, and status. `SHOW` command can be used to get brief system information. To get details about metatadata, information, and status in the system, please use `select` to query the tables in database `INFORMATION_SCHEMA`.
## SHOW ACCOUNTS ## SHOW ACCOUNTS