mysql replace

洋蔥土豆隨心匠發表於2016-12-27

replace(object, search,replace)

示例:update table set col1 = replace(col1, 'a', 'A');

將col1欄位中的小寫a替換成大寫A

相關文章