select * from DB; update DB set 节点性质 = '三通' where 节点性质 ='3T'; update DB set 节点性质 = replace(节点性质,'4T','四通');