pub const SQL_NUMERIC: SqlTypeV3;
Signed, exact, numeric value with a precision p and scale s (1 <= p <= 15; s <= p).
SQL data type: NUMERIC(p,s)