Skip to content

Commit

Permalink
fix link, parser.y (#16611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Feb 28, 2024
1 parent 65c1fd2 commit 596137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The expressions can be divided into the following types:

- ParamMarker (`?`), system variables, user variables and CASE expressions.

The following rules are the expression syntax, which is based on the [parser.y](https://github.com/pingcap/parser/blob/master/parser.y) rules of TiDB parser. For the navigable version of the following syntax diagram, refer to [TiDB SQL Syntax Diagram](https://pingcap.github.io/sqlgram/#Expression).
The following rules are the expression syntax, which is based on the [`parser.y`](https://github.com/pingcap/tidb/blob/master/pkg/parser/parser.y) rules of TiDB parser. For the navigable version of the following syntax diagram, refer to [TiDB SQL Syntax Diagram](https://pingcap.github.io/sqlgram/#Expression).

```ebnf+diagram
Expression ::=
Expand Down

0 comments on commit 596137d

Please sign in to comment.