Hi all,
This is probably a simple unimportant question, but can anyone tell me what the best data type to use is for 4 digits ?.
I know it'll always be four characters long and range from 0000 to 9999, I'm currently using varchar(4) and get the feeling I should be using something else.... as I say, not really important, I'd just like to get it right.
Thanks
This is probably a simple unimportant question, but can anyone tell me what the best data type to use is for 4 digits ?.
I know it'll always be four characters long and range from 0000 to 9999, I'm currently using varchar(4) and get the feeling I should be using something else.... as I say, not really important, I'd just like to get it right.
Thanks