From 11120784642df730c442cf2b98160803adef04bc Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:31:58 +0800 Subject: [PATCH] Update 24-show.md --- docs/en/12-taos-sql/24-show.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/en/12-taos-sql/24-show.md b/docs/en/12-taos-sql/24-show.md index 5f3bef3546..bd20d307f5 100644 --- a/docs/en/12-taos-sql/24-show.md +++ b/docs/en/12-taos-sql/24-show.md @@ -13,14 +13,6 @@ SHOW APPS; Shows all clients (such as applications) that connect to the cluster. -## SHOW BNODES - -```sql -SHOW BNODES; -``` - -Shows information about backup nodes (bnodes) in the system. - ## SHOW CLUSTER ```sql @@ -154,14 +146,6 @@ Shows information about the storage space allowed by the license. Note: TDengine Enterprise Edition only. -## SHOW SNODES - -```sql -SHOW SNODES; -``` - -Shows information about stream processing nodes (snodes) in the system. - ## SHOW STABLES ```sql