How Insert a number starting with 0
750196Jan 29 2010 — edited Jan 30 2010Hi,
I have created table numberTable with one column mynumber of datatype number(8).
I want to insert a number into this column 00000000. But when I insert this number it becomes 0 only and my query fails to read 8 digits as it finds only one disgit stored in table. I want all these zero to be present in the column because one of my query read this 8 digit number and use into different application and update it back with increment 1.
Can anyone tell me how can I save this number including with zero.
Thanks in Advance
Regards,
Vipin