Allow number to start with ZERO when stored in mysql integer field

Posted by NetCaster on Stack Overflow See other posts from Stack Overflow or by NetCaster
Published on 2010-05-07T04:25:36Z Indexed on 2010/05/07 4:28 UTC
Read the original article Hit count: 249

Filed under:
|
|
|

I need to store phone numbers starting with 0 but whenever i try to store this in MySql table the starting ZERO is removed because no number start with Zero actually

how i can solve this problem please do i need to change the field type from Integer to another type

please help

© Stack Overflow or respective owner

Related posts about mysql

Related posts about mysql-query