pub const SQL_DECIMAL: SqlTypeV3;
Signed, exact, numeric value with a precision of at least p and scale s. (The maximum precision is driver-defined.) (1 <= p <= 15; s <= p).
SQL data type: DECIMAL(p,s)