Hello Guys...
I am trying to write a query which display or fetch Numeric Data in Scientific notation with mentions (No. of) Decimal places.
Can anyone Explain me how can i get a Numeric Data (All Types) in Scientific Notation.
More Over i want get comparison with data..
e.g.
Select* from table1 where col1(Num) = -1.06E+3.
Now here suppose Col1 has values -1056 , and i have value in Scientific notation with two decimal places as(1.06E+3)..
Can you please tell me how can i get copared ...
Note: there is one restriction that i cannot change the datatype for col1.
regards..