how to round number in sql code example Example: sql limit decimal places Click to copySELECT CAST(ROUND(125.025000, 2) AS NUMERIC(36,2)) returns: 125.03