storing numbers as varchar

Posted by Yeti on Stack Overflow See other posts from Stack Overflow or by Yeti
Published on 2010-06-09T17:46:07Z Indexed on 2010/06/09 17:52 UTC
Read the original article Hit count: 194

Filed under:

Is it ok to store numbers as varchar?

What's the difference between

int 123456789012 and varchar 123456789012 ?

© Stack Overflow or respective owner

Related posts about mysql