www.oracle-wiki.net SQL Library
-- -- Show the First Day of the Month -- SELECT TRUNC (SYSDATE, 'MONTH') FROM DUAL; /