select round( sysdate ) : ROUND Date « Date Timezone « Oracle PL / SQL






select round( sysdate )

 
SQL>
SQL>
SQL> select round( sysdate )
  2  from dual
  3  /
ROUND(SYS
---------
17-JUN-08

1 row selected.

SQL>
SQL> --

 








Related examples in the same category

1.Syntax: ROUND(, [])
2.Rounding to the nearest minute
3.ROUND: Round a date to a particular month or year
4.select round( sysdate, 'year' )
5.select round( sysdate, 'month' )
6.select round( sysdate, 'q' ) "Quarter"