[SQL ] 表格統計結果合併輸出?
各位版友:
我使用
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
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.160.20.82
推
01/17 15:10, , 1F
01/17 15:10, 1F
→
01/26 22:55, , 2F
01/26 22:55, 2F