select count(distinct(concat(A, B))) from table_name_test where day = 20181202;
查看A,B字段不同组合的总数
最新推荐文章于 2020-12-09 10:41:57 发布
select count(distinct(concat(A, B))) from table_name_test where day = 20181202;