Different result from Excel
Hi all,
I hv done some thing with Excel for example
=(42-40)/1.5 and result is 1.333333333
When I am doing same with Oralce in "select statement", it is giving some different result, which is given below.
select Round((42-40)/1.5,9) from dual
the result is 1.003769326
Can any one help in this regards
thx