jiefei30 commented on code in PR #25982:
URL: https://github.com/apache/flink/pull/25982#discussion_r1914718391


##########
docs/content.zh/docs/dev/table/sql/create.md:
##########
@@ -149,15 +149,15 @@ Flink SQL> INSERT INTO RubberOrders SELECT product, 
amount FROM Orders WHERE pro
 ##  CREATE TABLE
 
 ```text
-CREATE TABLE [IF NOT EXISTS] [catalog_name.][db_name.]table_name
+CREATE [TEMPORARY] TABLE [IF NOT EXISTS] [catalog_name.][db_name.]table_name

Review Comment:
   CREATE MATERIALIZED TABLE statement cannot have column definitions, and 
MATERIALIZED TABLE has a separate page for description, so I think this page is 
to create a normal table



-- 
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]

Reply via email to