Q:

Write a Oracle SQL statement to get the first date of the current month

0

Write a Oracle SQL statement to get the first date of the current month.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now