查看某字段是否有重复,重复条数

tech2025-10-04  2

查看某字段是否有重复,重复条数

select count(*),count(distinct id) from table; 对比根据id字段去重前后的数据量

最新回复(0)