I want insert multiple records into a table and I want the primary key to start as ITS0001
and then increment by 1 for each record. For example:
Record 1 = ITS0001
Record 2 = ITS0002
Record 3 = ITS0003
Record 4 = ITS0004
Record 5 = ITS0005
How can I achieve this?