hi,
is it possible to have an auto increment primary key like 'SP001' then 'SP002'. so the next time i insert new row to the table, i don't have to specify the value for the primary key as it will be 'SP003'.
if it's not possible, what could be a good workaround for this. any advice is appreciated.
Thank you,
SC
is it possible to have an auto increment primary key like 'SP001' then 'SP002'. so the next time i insert new row to the table, i don't have to specify the value for the primary key as it will be 'SP003'.
if it's not possible, what could be a good workaround for this. any advice is appreciated.
Thank you,
SC
Comment