I know about autoincrement, and that I might be better off doing a table of its own for this, but for some specific performance reasons I would prefer not to.
I have a row looking like this:
id,log
1 | 1:345;2:2345;3:234
Is there ANY way where I with a single SQL update can add X to the log column, and automatically a '4' as the log entry's id?