information_schema.statistics.non_unique

mysql

type: BIGINT NOT NULL
5.7-8

mariadb

type: NULL
Note:
1 if the index can have duplicates, 0 if not.
© 2022 MariaDB
5.1-10.8
type: BIGINT NOT NULL
Note:
1 if the index can have duplicates, 0 if not.
© 2022 MariaDB
10.2-10.7

tidb

type: VARCHAR(1) NULL
Note:
If the index must not contain duplicate values, the value is 0; if duplicate values are allowed in the index, the value is 1.
© 2022 PingCAP
4-6.1

postgres

cockroachdb

type: unknown
Note:
NO if the index was created with the UNIQUE constraint; YES if the index was not created with UNIQUE.
© 2022 CockroachDB
2-21.2
Note:
false if the index was created by a Unique constraint; true if the index was not created by a Unique constraint.
© 2022 CockroachDB
1-1.1

mssql