Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

oracle sql first day of month

-- First day of month
SELECT TRUNC(sysdate, 'MONTH') from dual;
 
PREVIOUS NEXT
Tagged: #oracle #sql #day #month
ADD COMMENT
Topic
Name
4+2 =