Hi there,
I have a MySQL DB with a auto_increment column (id) which I would like to add a letter in front of manually when I create the record, so that it will automatically add the next number in the sequence after my selected letter.
Thanks,
Hereward