I am using MS SQL 2000
I have A column which contains a unique auto number
1
2
3
4 and so on
How can I format it so they read:
CDI-1
CDI-2
CDI-3
CDI-4 and so on
The data type for the column is set to 'int' and at present it says the length of the field is 4 but I need it to go into the millions e.g.
CDI-5991991
I am a Complete begineer to sql so the more detail the better.
Thanks
Regards...stephen
I have A column which contains a unique auto number
1
2
3
4 and so on
How can I format it so they read:
CDI-1
CDI-2
CDI-3
CDI-4 and so on
The data type for the column is set to 'int' and at present it says the length of the field is 4 but I need it to go into the millions e.g.
CDI-5991991
I am a Complete begineer to sql so the more detail the better.
Thanks
Regards...stephen