Skip to content

Commit

Permalink
v7.5.3: add information_schema.keywords (#18471) (#18472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 5, 2024
1 parent a4f3229 commit 3d01e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion information-schema/information-schema-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: Learn the `KEYWORDS` INFORMATION_SCHEMA table.

# KEYWORDS

Starting from v7.6.0, TiDB provides the `KEYWORDS` table. You can use this table to get information about [keywords](/keywords.md) in TiDB.
Starting from v7.5.3 and v7.6.0, TiDB provides the `KEYWORDS` table. You can use this table to get information about [keywords](/keywords.md) in TiDB.

```sql
USE INFORMATION_SCHEMA;
Expand Down

0 comments on commit 3d01e57

Please sign in to comment.