UPDATE `poc_prod`.`data_modify` SET `sex`='male' WHERE `id`=1; UPDATE `poc_prod`.`data_modify` SET `sex`='female' WHERE `id`=2;