MySql 特殊SQL语句


mysql 根据自身值更新自身其他字段

update wg_question a join wg_question b on a.id = b.id set a.list_order = b.id;

 

替换字符串中的部分内容

update wg_user set avatar = replace(avatar, '1', '2') ;
发布时间 : 2023-03-01,阅读量:951 , 分类: MySql
本文链接:https://upwqy.com/details/190.html
Cannot use object of type think\route\RuleGroup as array Window下 Navicat for MySQL 15 破解教程