Skip to content

Commit

Permalink
Update alter-sql-parser-rule.en.md (apache#26740)
Browse files Browse the repository at this point in the history
  • Loading branch information
yy2so authored Jul 3, 2023
1 parent 09a641f commit e79370e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e79370e

Please sign in to comment.