Must I increment a integer version column within an update (before) trigger?
Or is there something like ON UPDATE AUTOINCREMENT
similar to ON UPDATE CURRENT_TIMESTAMP
within table column declaration?
In SQL there is something like a rowversion
column type for that case.
Try