delete from testtable a where (a.testcontent) in (select testcontent from testtable GROUP BY testcontent having count(*)>1) and seqid not in (select min(seqid) from testtable group by testcontent having count(*)>1)
SQL 去重
2023-11-22 10:35:10
上一篇:SQL 学习日志02
下一篇:mac永久配置环境变量