information_schema.columns.character_octet_length

mysql

type: BIGINT NULL
5.7-8

mariadb

type: NULL
Note:
Same as the CHARACTER_MAXIMUM_LENGTH except for multi-byte character sets.
© 2022 MariaDB
5.1-10.8

tidb

type: BIGINT(21) NULL
Note:
For string columns, the maximum length in bytes.
© 2022 PingCAP
4-6.1

postgres

type: CARDINAL_NUMBER NULL
Note:
If data_type identifies a character type, the maximum possible length in octets (bytes) of a datum; null for all other data types. The maximum octet length depends on the declared character maximum length (see above) and the server encoding.
© 1996-2022 The PostgreSQL Global Development Group
10-15
type: CARDINAL_NUMBER
Note:
If data_type identifies a character type, the maximum possible length in octets (bytes) of a datum; null for all other data types. The maximum octet length depends on the declared character maximum length (see above) and the server encoding.
© 1996-2022 The PostgreSQL Global Development Group
7.4-9.6

cockroachdb

type: unknown
Note:
If data_type is STRING, the maximum length in octets (bytes) of a value; otherwise NULL.
© 2022 CockroachDB
2-21.2
Note:
If DATA_TYPE is STRING, the maximum length in octets (bytes) of a value; otherwise NULL.
© 2022 CockroachDB
1-1.1

mssql

type: INT NULL
Note:
Maximum length, in bytes, for binary data, character data, or text and image data. -1 for xml and large-value type data. Otherwise, NULL is returned.
© Microsoft 2022
aps-pdw-2016-sql-server-ver15