qidaye commented on a change in pull request #7391:
URL: https://github.com/apache/incubator-doris/pull/7391#discussion_r790683010
##########
File path: docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW TABLE
CREATION.md
##########
@@ -0,0 +1,53 @@
+---
+{
+ "title": "SHOW TABLE CREATION",
+ "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# SHOW TABLE CREATION
+
+## Description
+
+ 该语句用于展示指定的 Iceberg Database 建表任务的执行情况
+ 语法:
+ SHOW TABLE CREATION [FROM db_name] [LIKE table_name_wild];
+
+ 说明:
+ 1) 如果不指定 db_name,使用当前默认 db
+ 2) 如果使用 LIKE,则会匹配表名中包含 table_name_wild 的建表任务
+
+## example
+
+ 1. 展示默认 Iceberg db 中所有的建表任务
Review comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]