MYSQL 替换字段值中一部分替换再拼接剩余部分
发表于:2021-12-24 09:42:53浏览:2357次
update sale_task set title =CONCAT(replace(substring_index(title, ',', 1),'.',':'),",",substring_index(title, ',', -1)) where id=27;
栏目分类全部>
推荐文章
- windows cmd “Loaded Configuration File none”未加载php.ini的解决办法
- ngnix项目配置网站不加www可以访问
- 浅谈linux中/dev/vda1文件满了解决方法
- 解决composer install遇到:Your requirements could not be resolved to an installable set of packages
- PHP依据用户当前定位的经纬度判断距离最近的门店
- Linux下生成RSA非对称加密私钥与公钥的方法
- mysql5.7*分组排序 取最新的一条
- 清空 /var/log/journal 文件的方法
- TP6便捷快速查询日、月、年数据的方法
- think-queue命令行操作
