GOODBOY008 commented on code in PR #23152: URL: https://github.com/apache/flink/pull/23152#discussion_r1285675143
########## docs/content/docs/dev/table/sql/show.md: ########## @@ -608,7 +608,7 @@ show tables; ## SHOW CREATE TABLE ```sql -SHOW CREATE TABLE +SHOW CREATE TABLE [catalog_name.][db_name.]table_name Review Comment: Most doc is `[catalog_name.][db_name.]table_name` . @RocMarshal -- 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]
