MasterACE14 Posted February 8, 2008 Share Posted February 8, 2008 Hey Everyone, I got a really simple question. What is the highest but safest I can go with a Integer? I want to go as high as I possibly can without getting data corruption on the integers. what I am currently running with is bigint(250) how much further can I go??? Regards ACE Quote Link to comment Share on other sites More sharing options...
fenway Posted February 8, 2008 Share Posted February 8, 2008 There's no such thing as BIGINT(250)... it's BIGINT(20). And if you want to make it bigger, add UNSIGNED. That's it. Quote Link to comment Share on other sites More sharing options...
MasterACE14 Posted February 8, 2008 Author Share Posted February 8, 2008 ok, thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.