ROUND
TRUNC
MOD
Truncates to d decimal places.
TRUNC(n [, d])
Enter values below to update the example in real time.
first_day_of_month
SELECT TRUNC(SYSDATE, 'MM') AS first_day_of_month FROM DUAL;