wuchong commented on a change in pull request #15325:
URL: https://github.com/apache/flink/pull/15325#discussion_r598793961



##########
File path: docs/content.zh/docs/dev/table/sql/describe.md
##########
@@ -218,5 +225,5 @@ root
 ## Syntax
 
 ```sql
-DESCRIBE [catalog_name.][db_name.]table_name
+DESCRIBE | DESC [catalog_name.][db_name.]table_name

Review comment:
       Should be 
   
   ```suggestion
   { DESCRIBE | DESC } [catalog_name.][db_name.]table_name
   ```

##########
File path: docs/content/docs/dev/table/sql/describe.md
##########
@@ -218,5 +225,5 @@ root
 ## Syntax
 
 ```sql
-DESCRIBE [catalog_name.][db_name.]table_name
+DESCRIBE | DESC [catalog_name.][db_name.]table_name

Review comment:
       ditto.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to