mysql -replace取代語法 ... update [table] set [field]=replace([field],'[str_search]' ... update news set contents=replace(contents,'http://','http://')
確定! 回上一頁