update shops set shops.name = replace(shops.name, '店', '') where id < 10;. これでIDが10以下のデータに対して、名前から「店」を除いた文字列を ...
確定! 回上一頁