Skip to content

Commit

Permalink
Update keywords.md (pingcap#18283) (pingcap#18309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 7, 2024
1 parent 6f62261 commit e6fa2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CREATE TABLE test.select (BEGIN int, END int);
Query OK, 0 rows affected (0.08 sec)
```

TiDB 从 v7.6.0 开始提供 [`INFORMATION_SCHEMA.KEYWORDS`](/information-schema/information-schema-keywords.md) 表,可以用于查询 TiDB 中所有的关键字。
TiDB 从 v7.5.3 和 v7.6.0 开始提供 [`INFORMATION_SCHEMA.KEYWORDS`](/information-schema/information-schema-keywords.md) 表,可以用于查询 TiDB 中所有的关键字。

## 关键字列表

Expand Down

0 comments on commit e6fa2e3

Please sign in to comment.