wuchong commented on a change in pull request #18361: URL: https://github.com/apache/flink/pull/18361#discussion_r818736638
########## File path: docs/content.zh/docs/dev/table/sql/show.md ########## @@ -118,7 +118,7 @@ tEnv.executeSql("SHOW CURRENT DATABASE").print(); // create a table tEnv.executeSql("CREATE TABLE my_table (...) WITH (...)"); // show tables -tEnv.executeSql("SHOW TABLES").print(); +tEnv.executeSql("SHOW TABLES FROM default_database LIKE 'm%'").print(); Review comment: Could you revert changes to the general example? I think we don't need to show complex examples here. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org