DefinityCorporation
IS-IT--Management
In our support system, the table which holds trouble tickets has a primary key column called "ID". This "ID" is the help desk trouble TICKET NUMBER. We do not want to start with "1", we have tried changing it to 20030001 but it remembers the previous value when we insert a new record.
How do we change it to start with 20030001 and then increment by 1???? Sorry if this is incomplete this is my first SQL experience. By default this column is type "int", length "4", precision "10", scale "0". Please help!!!
How do we change it to start with 20030001 and then increment by 1???? Sorry if this is incomplete this is my first SQL experience. By default this column is type "int", length "4", precision "10", scale "0". Please help!!!