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


##########
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:
   @jiefei30 that makes sense - though it is strange to have 2 create table 
grammars described. I suggest some text to link to the materialize table 
grammar would be useful. WDYT?



##########
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:
   @jiefei30 that makes sense - though it is strange to have 2 create table 
grammars described. I suggest some text to link to the materialized table 
grammar would be useful. WDYT?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to