jeyhunkarimov commented on code in PR #23612: URL: https://github.com/apache/flink/pull/23612#discussion_r1444878651
########## docs/content.zh/docs/dev/table/sql/show.md: ########## @@ -507,10 +507,21 @@ SHOW CURRENT CATALOG ## SHOW DATABASES ```sql -SHOW DATABASES +SHOW DATABASES [ ( FROM | IN ) catalog_name] [ [NOT] (LIKE | ILIKE) <sql_like_pattern> ] Review Comment: Not really :) Used some translating apps + checked existing chinese documentation, so that this feature is documented somehow. -- 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]
