Skip to content

DEC

SELECT DEC(9,2);
8.98

In the given example, DEC(9, 2) function in SQL is used to decrease the number 9 by 2, resulting in the output 8.98.