select a.id, a.month from user_b a union all select b.id, b.day from user_b b;
桶表:和hash partition类似
select a.id, a.month from user_b a union a select a.id, a.month from user_b a union all select b.id, b.day from user_b b;
桶表:和hash partition类似
select a.id, a.month from user_b a union a