Write a Oracle SQL statement to get the first date of the current month.
Oracle Code:
SELECT TRUNC (SYSDATE, 'MONTH') "First day of current month "FROM DUAL;
Output:
First day of current month 1 2/1/2021 12:00:00 AM
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Oracle Code:
Output:
need an explanation for this answer? contact us directly to get an explanation for this answer