basterebbe un unico update:

codice:
update tabella
set
campo1 = substring_index(campo1, '<', 1),
campo2 = substring_index(campo2, '<', 1),
campo3 = substring_index(campo3, '<', 1)
campo4 ..... etc.