將efg開頭的字串取代UPDATE table SET column = REPLACE(column, 'efg', 'zzz') WHERE column LIKE 'efg%'; 將efg結尾的字串取代UPDATE table SET ...
確定! 回上一頁