0
select round( sysdate, month) from dual; in this query if we use number instead of sysdate.. it shows error.. why?
2 Respostas
+ 1
The round function has 2 parameters,
round(column_name, decimals)
0
it all depends on what the values are of sysdate, month & number