I found the replace() function in MySQL, but how can I use it inside a query? ... UPDATE MyTable SET StringColumn = REPLACE (StringColumn, 'SearchForThis', ...
確定! 回上一頁