T
tcb
I ran a query to square numbers and found that if I do this in a
query:
99999*99999=9999800320
If I define the variables as double in code the result is correct:
99999*99999=9999800001
What is the explanation for this?
query:
99999*99999=9999800320
If I define the variables as double in code the result is correct:
99999*99999=9999800001
What is the explanation for this?