jiefei30 commented on code in PR #25982: URL: https://github.com/apache/flink/pull/25982#discussion_r1922373368
########## 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: @davidradl I agree. I will add some text to link to the materialized table grammar and temporary table description -- 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]
