The following table lists all collation operators.
Operator |
Operand |
Description |
|---|---|---|
COLLATE |
Unary (suffix) | The collation. |
Examples
SELECT last_name
FROM employees
ORDER BY last_name COLLATE UTF8MB4_GENERAL_CI;
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era Join the Event ->
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI.
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era Join the Event ->
OceanBase Database
Download PDF
The following table lists all collation operators.
Operator |
Operand |
Description |
|---|---|---|
COLLATE |
Unary (suffix) | The collation. |
Examples
SELECT last_name
FROM employees
ORDER BY last_name COLLATE UTF8MB4_GENERAL_CI;