Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
Numerical Math Functions
TRUNC(5 75, 1)
SQL> select TRUNC(5.75, 1) from dual; TRUNC(5.75,1) ------------- 5.7