morrySnow commented on code in PR #1842: URL: https://github.com/apache/doris-website/pull/1842#discussion_r1921748175
########## docs/sql-manual/sql-functions/scalar-functions/string-functions/count_substrings.md: ########## @@ -29,14 +29,14 @@ The COUNT_SUBSTRINGS function counts the number of occurrences of a specified su ## Syntax ```sql -COUNT_SUBSTRINGS(str, pattern) +COUNT_SUBSTRINGS(VARCHAR <str>, VARCHAR <pattern>) Review Comment: 参数不需要类型说明 ```suggestion COUNT_SUBSTRINGS(<str>, <pattern>) ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
