Hi All,
I have a 13 digit Bigint column value 1734567890123 being divided by 1000000000000 and I need the result to be displayed as 1. But i am getting 2 as a result in Td V14.0. I cannot make use of the FLOOR() function also which is returning the same result 2
SEL 1734567890123/1000000000000 as Result
Ans :
Result
2
But when i try with a normal integer value say 49/10 the result is 4 only. Please suggest any possible solutions.
Forums: