information_schema.tables.version

mysql

type: BIGINT NULL
5.7-8

mariadb

type: NULL
Note:
Version number from the table's .frm file
© 2022 MariaDB
5.1-10.8

tidb

type: BIGINT(21) NULL
Note:
Version. The value is 10 by default.
© 2022 PingCAP
4-6.1

postgres

cockroachdb

type: unknown
Note:
Version number of the table; versions begin at 1 and are incremented each time an ALTER TABLE statement is issued on the table. Note that this column is an experimental feature used for internal purposes inside CockroachDB and its definition is subject to change without notice.
© 2022 CockroachDB
2.1-21.2
Note:
Version number of the table; versions begin at 1 and are incremented each time an ALTER TABLE statement is issued on the table.
© 2022 CockroachDB
1-2

mssql