8 Aug
2011
8 Aug
'11
10:34 a.m.
On 8 Aug 2011, at 16:29, Suman Dash wrote:
Just another small question before i jump into testing. If output from sub-query is less than 32bit, I can easily store it in Tmp-Integer , But sometimes when the user data usage is null, the sub-query will output more than 32bit ex. 10GB Limit But user downloaded 0 Bytes.
In that condition it is impossible to store it in Tmp-Integer . So ultimately the Integer passed by xlat and the stored in Tmp-Integer will differ.
Yes. I'd imagine it'd be truncated. -Arran