From e79370e9f4f3c600a5bd070e5b8c46959dbdbdf9 Mon Sep 17 00:00:00 2001 From: Yacine Si Tayeb <86716581+yy2so@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:35:27 +0800 Subject: [PATCH] Update alter-sql-parser-rule.en.md (#26740) --- .../ral/global-rule/alter-sql-parser-rule.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-sql-parser-rule.en.md b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-sql-parser-rule.en.md index a6ac22e74a8e4..c3ab9f7b11d5d 100644 --- a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-sql-parser-rule.en.md +++ b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-sql-parser-rule.en.md @@ -1,11 +1,11 @@ +++ -title = "ALTER SQL_PARSER RULE" +title = "Alter SQL_PARSER Rule" weight = 5 +++ ### Description -The `ALTER SQL_PARSER RULE` syntax is used to alter SQL parser rule configuration. +The `ALTER SQL_PARSER RULE` syntax is used to alter the SQL parser rule configuration. ### Syntax @@ -45,13 +45,13 @@ maximumSize ::= {{% /tab %}} {{< /tabs >}} -### Supplement +### Note -- `SQL_COMMENT_PARSE_ENABLE`: whether to parse the SQL comment +- `SQL_COMMENT_PARSE_ENABLE`: specifies whether to parse the SQL comment. -- `PARSE_TREE_CACHE`: local cache configuration of syntax tree +- `PARSE_TREE_CACHE`: local cache configuration of the syntax tree. -- `SQL_STATEMENT_CACHE`: local cache of SQL statement +- `SQL_STATEMENT_CACHE`: the local cache of SQL statement. ### Example