データベースフィルドの書き換え

  select Fxxxx,replace( Fxxxx,'D:','C:') from Schema.Table where Fxxxx like 'D:\%'    update Schema.Table set Fxxx =...