admin 管理员组

文章数量: 1184232


2024年4月18日发(作者:vue前端网站模板下载)

复制代码

代码如下:

use dbname;

alter table tablename add rowid int auto_increment not null;

create table t select min(rowid) as rowid from tablename group by uniqfield;

create table t2 select tablename .* from tablename,t where = ;

drop table tablename;

rename table t2 to tablename;


本文标签: 网站 复制 代码 模板 下载