Hi
I have two variables having real as data type. I am using one function and the value is coming as same in both the variables.
Now if the value is something like 12.8 in both the variable, then sql treats them equal variables but when value is coming as 14.2607 in both, then the first variable is treated as greater than the second one.
Can anybody help?