I'm searching for a way to insert inside a MySQL "CREATE VIEW" a kind of autoincrement column.
I'm using an ORM which has some limitations, one of them is that each table (or view) MUST have only ONE unique identifier...
Anyway... starting from that point, my view groups results by two fields. I need a trick to add a third column, autoincremented in some way, inside this view.
Do you have any suggestion?