MYSQL 替换字段值中一部分替换再拼接剩余部分
发表于:2021-12-24 09:42:53浏览:2278次
update sale_task set title =CONCAT(replace(substring_index(title, ',', 1),'.',':'),",",substring_index(title, ',', -1)) where id=27;
栏目分类全部>
推荐文章
- linux 一键清除文件内容命令
- mysql数据自增ID为2的解决办法
- 解决composer install遇到:Your requirements could not be resolved to an installable set of packages
- windows cmd “Loaded Configuration File none”未加载php.ini的解决办法
- Yearning安装
- JavaScript之干货(一)---走进JS世界
- Linux 判断文件是否存在的shell脚本代码
- win10系统重装应用商店:安装路径不存在 该怎么办?
- TP6打印Sql语句
- 数组合并的方式 + 和 array_merage
