We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9073d commit f4fcd18Copy full SHA for f4fcd18
sql/character-set-support.md
@@ -73,12 +73,12 @@ The collation names in TiDB follow these conventions:
73
| Suffix | Meaning |
74
|:-------|:-------------------|
75
| \_ai | Accent insensitive |
76
- | \_as | Accent insensitive |
+ | \_as | Accent sensitive |
77
| \_ci | Case insensitive |
78
| \_cs | Case sensitive |
79
| \_bin | Binary |
80
81
-> **Note**: For now, TiDB supports on some of the collations in the above table.
+> **Note**: Currently, TiDB only supports some of the collations in the above table.
82
83
## Database character set and collation
84
0 commit comments