Tartarus0zm commented on code in PR #23060:
URL: https://github.com/apache/flink/pull/23060#discussion_r1274348810


##########
docs/content.zh/docs/dev/table/sql/create.md:
##########
@@ -557,6 +558,58 @@ INSERT INTO my_ctas_table SELECT id, name, age FROM 
source_table WHERE mod(id, 1
 
 {{< top >}}
 
+## CREATE TABLE [USING]

Review Comment:
   I suggest keeping the RTAS syntax section separate and not putting it under 
AS select_statement; if we put it under AS select_statement, we would need to 
modify the current CREATE TABLE syntax to be compatible with [CREATE OR] 
REPLACE, which would not be clear enough and would increase the cost of 
understanding for the user.



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