看板 Database 關於我們 聯絡資訊
各位版友: 我使用 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
somnolentcat:用JOIN不就可以了? 01/17 15:10
joedenkidd:看來不行~~~可能還是要分開查尋 01/26 22:55