Hi All,
I am using the following query on sqlplus editor
sql>select 1/2 from dual;
it is giving result as .5.
But I want the result as 0.5.
Please provide the solution for the same. it is something urgent.
Thanks
Shalini
I am using the following query on sqlplus editor
sql>select 1/2 from dual;
it is giving result as .5.
But I want the result as 0.5.
Please provide the solution for the same. it is something urgent.
Thanks
Shalini
Comment