gradinumcp
IS-IT--Management
Hi! I have a table in the database with 4 columns. The Autonum column is the primary key. The other 3 columns are T1, T2 and T3. T1 is an auto increment column having numbers 1,2,3....
I do an insert to insert a row into this table. I want that once the insert is done, the entry into the T1 column should be old data+1 meaning if the last entry in T1 was 5 then it should be 6 for this new insert.
Someone suggested I create a Reference table--any ideas how to do tht---what are the other options to do this??
Thanks!
I do an insert to insert a row into this table. I want that once the insert is done, the entry into the T1 column should be old data+1 meaning if the last entry in T1 was 5 then it should be 6 for this new insert.
Someone suggested I create a Reference table--any ideas how to do tht---what are the other options to do this??
Thanks!