SQL_DECIMAL

Constant SQL_DECIMAL 

Source
pub const SQL_DECIMAL: SqlTypeV3;
Expand description

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)