摘要: 有时候会遇到数据删除主键断了的情况,下面的命令可以重新排序主键 set @rownum = 0; update table set IncreaseId= @rownum := @rownum+1; 阅读全文
posted @ 2023-10-27 11:57 Kllin 阅读(64) 评论(0) 推荐(0) 编辑
摘要: UPDATE table SET column = replace(column, 'http://域名','https://域名'); 阅读全文
posted @ 2023-10-27 11:56 Kllin 阅读(64) 评论(0) 推荐(0) 编辑