Database operations of Mysql
摘要:
update 表名 set 字段名=replace(同一个字段名,原字符串,新字符串); --修改记录。 一、初始化 # cd /usr/local/mysql # chown -R mysql:mysql . # ./scripts/mysql_install-db --user=mysql -- 阅读全文
posted @ 2017-05-18 20:30 罗穆瑞 阅读(202) 评论(0) 推荐(0)