Is there a way to auto increment entries to a MySQL table based on the value of another column in the inserted row? For example, something to say that this is the fifth entry for a specific username?
I know I could do a row count after I make my query, but that's not what I'm looking for. I've looked around and just can't seem to find anything on this.
Thanks!