morrySnow commented on code in PR #1901: URL: https://github.com/apache/doris-website/pull/1901#discussion_r1925217370
########## docs/sql-manual/sql-statements/session/queries/CLEAN-ALL-QUERY-STATS.md: ########## @@ -24,46 +24,64 @@ specific language governing permissions and limitations under the License. --> - - ## Description This statement is used to clear query statistics -grammar: +## Syntax ```sql -CLEAN [ALL| DATABASE | TABLE] QUERY STATS [[FOR db_name]|[FROM|IN] table_name]]; +CLEAN [ { ALL| DATABASE | TABLE } ] QUERY STATS [ { [ FOR <db_name>] | [ { FROM | IN } ] <table_name>]]; ``` -Remarks: +## Required Parameters + +**1. `ALL`** + +> ALL Clears all statistics Review Comment: stats 是 ```suggestion > Use ALL to clear all query statistics ``` -- 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: commits-unsubscr...@doris.apache.org 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