MySQL doesn\'t currently support updating rows in the same table the trigger is assigned to since the call could become recursive. Does anyone have suggestions on a good wor
If you want to update column that you don't read in trigger function, then as a workaround, you could put that column into separate table.