离散程度的大小的判定方法:
计算出数据库中记录不重复数量
select count(distinct row1),count(distinct row2) from table;
count()值大的就离散度高。
感谢小伙伴