[SQL ] 表格统计结果合并输出?

楼主: joedenkidd (优质的蓝色射手)   2014-01-17 11:38:28
各位版友:
我使用
select product,count(case when tag='1' then '1' else null end) as a_row from a_table group by product;
select product,count(case when tag='1' then '1' else null end) as b_row from b_table group by product;
不知道有没有机会合并查寻,结果会变成
table_c
product a_row b_row
作者: somnolentcat (普小莉)   2014-01-17 15:10:00
用JOIN不就可以了?
楼主: joedenkidd (优质的蓝色射手)   2014-01-26 22:55:00
看来不行~~~可能还是要分开查寻

Links booklink

Contact Us: admin [ a t ] ucptt.com