information_schema.domains.numeric_scale

mysql

mariadb

tidb

postgres

type: CARDINAL_NUMBER NULL
Note:
If the domain has an exact numeric type, this column contains the (declared or implicit) scale of the type for this domain. The scale indicates the number of significant digits to the right of the decimal point. It can be expressed in decimal (base 10) or binary (base 2) terms, as specified in the column numeric_precision_radix. For all other data types, this column is null.
© 1996-2022 The PostgreSQL Global Development Group
10-15
type: CARDINAL_NUMBER
Note:
If the domain has an exact numeric type, this column contains the (declared or implicit) scale of the type for this domain. The scale indicates the number of significant digits to the right of the decimal point. It can be expressed in decimal (base 10) or binary (base 2) terms, as specified in the column numeric_precision_radix. For all other data types, this column is null.
© 1996-2022 The PostgreSQL Global Development Group
8.4-9.6
Note:
If the domain has an exact numeric type, this column contains the (declared or implicit) scale of the type for this column. The scale indicates the number of significant digits to the right of the decimal point. It can be expressed in decimal (base 10) or binary (base 2) terms, as specified in the column numeric_precision_radix. For all other data types, this column is null.
© 1996-2022 The PostgreSQL Global Development Group
8.3
Note:
If the domain has an exact numeric type, this column contains the (declared or implicit) scale of the type for this column. The scale indicates the number of significant digits to the right of the decimal point. It may be expressed in decimal (base 10) or binary (base 2) terms, as specified in the column numeric_precision_radix. For all other data types, this column is null.
© 1996-2022 The PostgreSQL Global Development Group
7.4-8.2

cockroachdb

mssql

type: TINYINT NULL
Note:
Scale of approximate numeric data, exact numeric data, integer data, or monetary data. Otherwise, NULL is returned.
© Microsoft 2022
azuresqldb-current-sql-server-ver15