Hi, I need to know if there is a datatype in SQL that will allow me to store a number like 01234 without removing the 0 from the start.
I have tried INTEGER AND VARCHAR but they both take the 0 away.
Thanks.
| SitePoint Sponsor |
Hi, I need to know if there is a datatype in SQL that will allow me to store a number like 01234 without removing the 0 from the start.
I have tried INTEGER AND VARCHAR but they both take the 0 away.
Thanks.
Bookmarks