In MySQL server, I want to do a trigger that checks when a row inserted, if the row has the previous value in column A than the previous row, it should delete it.
Im a little forgetful on how to check this correctly so if someone could lend a hand, thank you.