Thread
:
My 1004 Post
View Single Post
Reply
Posted 2008-03-26, 04:20 PM in reply to
Goodlookinguy
's post starting
"That doesn't make any sense. ..."
(2^32) - 1
= 4,294,967,295.
My guess is that the postcount is saved as an integer, which in SQL is stored in 32 bits, so the highest number of posts he can get has to be
(2^32) - 1
because there are
2^32
values, but one of them is zero, hence the
- 1
.
Last edited by Lenny; 2008-03-26 at
04:29 PM
.
Profile
PM
WWW
Search
Lenny