文章标题

来源:互联网 发布:企业基础数据规范标准 编辑:程序博客网 时间:2024/06/05 00:31

delete from team t where t.id not in (select min(a.id) from team a where a.name = t.name);

原创粉丝点击