Sql Server 替換某一列中指定的文字內容

xuxubaby發表於2015-04-06
update Category
set WebTitle = replace(WebTitle,'內容1','內容2')

相關文章