2
4

1 に答える 1

-1

このステートメントは、「ï¬」を含む列のすべての誤ったインスタンスを修正します

Update table Set 
  column = replace(column, 'ï¬', 'fi')
于 2012-08-05T21:06:10.487 に答える