How can I update a record in MySQL so that when I change a field in that record all other records change so that this field has a unique value? for example, I have a table called players and a field called artifact , which basically will receive a boolean value, just to say that player is a top scorer and not there may be more than one top scorer ... when you change some record to artilheiro = 1
all other records automatically change to artilheiro = 0