"You can always store an exact integer value in a BIGINT column by storing 
it as a string. In this case, MySQL will perform a string-to-number 
conversion that involves no intermediate double representation."


I don't understand this, does this mean that the fastest way to insert 
bigint values will always be to insert them as strings, ="2423423" vs 
=3242342? Why is there a double representation, what is its perpose?


Thanks,

Eric



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to