Posted by mac
2015-02-03

I want to make one button for duplicate selected row and alocate new id (last id +1)
Posted by Tom
2015-02-13

Sorry there is no built-in code for the task.

>alocate new id (last id +1)

This should be easy. Whenever you insert a new record, MySQL automatically assigns (last id +1) to the new record if you don't specify ID.