起初我试过:
update myTable set myColumn = replace(myColumn,';','')
但是,数据可能在;
数据中间具有有效值。前:
myColumn
not;trailing
not;trailing and trailing;
trailing;
后:
myColumn
not;trailing
not;trailing and trailing
trailing
起初我试过:
update myTable set myColumn = replace(myColumn,';','')
但是,数据可能在;
数据中间具有有效值。前:
myColumn
not;trailing
not;trailing and trailing;
trailing;
后:
myColumn
not;trailing
not;trailing and trailing
trailing