information_schema.statistics.collation

mysql

type: VARCHAR NULL
5.7-8

mariadb

type: NULL
Note:
A for sorted in ascending order, or NULL for unsorted.
© 2022 MariaDB
5.1-10.8

tidb

type: VARCHAR(1) NULL
Note:
The sorting method of the columns in the index. The value can be A (ascending order), D (descending order) or NULL (unsorted).
© 2022 PingCAP
4-6.1

postgres

cockroachdb

type: unknown
Note:
Always NULL (unsupported by CockroachDB).
© 2022 CockroachDB
1-21.2

mssql