update tabla set campo = (case campo where "B" then "A" when "C" then "B" when "A" then "C" END) where campo2 ="Enero" and campo in ("A","B","C")