Skip to content

Commit

Permalink
Update 2.show-collation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Dec 21, 2022
1 parent 4e09fc2 commit 3722ceb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

The `SHOW COLLATION` statement shows the collations supported by NebulaGraph.

Currently available types are: `utf8_bin`, `utf8_general_ci`, `utf8mb4_bin`, and `utf8mb4_general_ci`.
Currently available types are: `utf8_bin` and `utf8mb4_bin`.

- When the character set is `utf8`, the default collate is `utf8_bin`.

- When the character set is `utf8mb4`, the default collate is `utf8mb4_bin`.

- Both `utf8mb4_bin` and `utf8mb4_general_ci` are case-insensitive.

## Syntax

```ngql
Expand Down

0 comments on commit 3722ceb

Please sign in to comment.