|
Posted by Oli Filth on 10/25/05 16:04
Faree wrote:
> yes i am storign that value in a int type column.
>
Well that's your problem then.
If you insert 001234 into an int type, it stores 1234, because that's
the integer value.
You'll want to use a character-based type, e.g. VARCHAR(x).
--
Oli
Navigation:
[Reply to this message]
|