Skip to content

Commit 002d5a7

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs master
1 parent 74bf3fd commit 002d5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown-pages/en/tidb/master/keywords.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases: ['/docs/dev/keywords-and-reserved-words/','/docs/dev/reference/sql/lang
88

99
This article introduces the keywords in TiDB, the differences between reserved words and non-reserved words and summarizes all keywords for the query.
1010

11-
Keywords are words that have special meanings in SQL statements, such as [`SELECT`](/sql-statements/sql-statement-select.md), [`UPDATE`](/sql-statements/sql-statement-update.md), and [`DELETE`](/sql-statements/sql-statement-delete.md). Some of them can be used as identifiers directly, which are called **non-reserved keywords**. Some of them require special treatment before being used as identifiers, which are called **reserved keywords**. However, there are special non-reserved keywords that might still require special treatment. It is recommended that you treat them as reserved keywords.
11+
Keywords are words that have special meanings in SQL statements, such as [`SELECT`](/sql-statements/sql-statement-select.md), [`UPDATE`](/sql-statements/sql-statement-update.md), and [`DELETE`](/sql-statements/sql-statement-delete.md). Some of them can be used as identifiers directly, which are called **non-reserved keywords**. Some of them require special treatment before being used as identifiers, which are called **reserved keywords**.
1212

1313
To use the reserved keywords as identifiers, you must enclose them in backticks `` ` ``:
1414

@@ -54,7 +54,7 @@ You can use the [`tidb_enable_window_function`](/system-variables.md#tidb_enable
5454

5555
## Keyword list
5656

57-
The following list shows the keywords in TiDB. Reserved keywords are marked with `(R)`. Reserved keywords for [Window Functions](/functions-and-operators/window-functions.md) are marked with `(R-Window)`. Special non-reserved keywords that need to be escaped with backticks `` ` `` are marked with `(S)`.
57+
The following list shows the keywords in TiDB. Reserved keywords are marked with `(R)`. Reserved keywords for [Window Functions](/functions-and-operators/window-functions.md) are marked with `(R-Window)`.
5858

5959
<TabsPanel letters="ABCDEFGHIJKLMNOPQRSTUVWXYZ" />
6060

0 commit comments

Comments
 (0)