HappenLee commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481565985
########## File path: docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW RESOURCES.md ########## @@ -32,7 +32,33 @@ under the License. 语法 SHOW RESOURCES + [ + WHERE + [NAME [ = "your_resource_name" | LIKE "name_matcher"]] + [RESOURCETYPE = ["SPARK"]] + ] + [ORDER BY ...] + [LIMIT limit][OFFSET offset]; + + 说明: + 1) 如果使用 NAME LIKE,则会匹配RESOURCES的Name包含 name_matcher的Resource + 2) 如果使用 NAME = ,则精确匹配指定的 Name + 3) 如果指定了RESOURCETYPE,则匹配对应的Resrouce类型 Review comment: There is no hard limit ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org