I'm trying to store a lot of large numbers that truncate when stored as INT values. Unfortunately they are too large for this type.
I'm thinking about using Base36 encoding to accomplish this. Are there any other ways to go about fixing this problem?
BIGINTcan store? – ypercube Aug 27 '12 at 14:48