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: 209
mysql
Is it ok to store numbers as varchar?
What's the difference between
int 123456789012
and varchar 123456789012
?
© Stack Overflow or respective owner