Auto Increment Text Field

wxdqz

New Member
I need to know if it's possible to have MySQL auto increment a text field. I have a field that contains 5 CHAR 'AAAAB' then 'AAAAC','AAAAD' etc... In that stupid excel program excel can figure out that this is a sequence and starts auto incrementing to the next value is there anyway for MySQL to do this?
 
Back
Top