Answers for "sql display a number as a decimal with 2 places"

SQL
0

sql decimal to 2 places

CAST(MyNumber AS NUMERIC(18,2))
Posted by: Guest on March-22-2021
0

2 decimal places sql.

SELECT ROUND(135.375, 2);
Posted by: Guest on August-11-2021

Code answers related to "sql display a number as a decimal with 2 places"

Code answers related to "SQL"

Browse Popular Code Answers by Language