Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->

# SHOW DATABASE
# SHOW DATABASE ID
## Description
This statement is used to display database name according to database id (for administrators only)
Grammar:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->

# SHOW PARTITION
# SHOW PARTITION ID
## Description
This statement is used to display database name, table name, partition name according to partition id (for administrators only)
Grammar:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->

# SHOW TABLE
# SHOW TABLE ID
## Description
This statement is used to display database name, table name according to table id (for administrators only)
Grammar:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->

# SHOW DATABASE
# SHOW DATABASE ID
## description
该语句用于根据 database id 查找对应的 database name(仅管理员使用)
语法:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->

# SHOW DATABASE
# SHOW PARTITION ID
## description
该语句用于根据 partition id 查找对应的 database name, table name, partition name(仅管理员使用)
语法:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->

# SHOW DATABASE
# SHOW TABLE ID
## description
该语句用于根据 table id 查找对应的 database name, table name(仅管理员使用)
语法:
Expand Down