mysqlによるレコード内文字列の置換
Posted: 5月 2nd, 2008 | Author: focajun | Filed under: mysql | 1 Comment »mysqlによるレコード内文字列の置換は以下のようにする
update `tablename` SET `recordsName`=REPLACE(`recordsName`,’old’,'new’)
mysqlによるレコード内文字列の置換は以下のようにする
update `tablename` SET `recordsName`=REPLACE(`recordsName`,’old’,'new’)
[...] mysqlによるレコード内文字列の置換 « アスーカル・ITレビュー – [...]