1
我喜歡這個 -MySQL查詢選擇多個計數列
我想運行一個查詢,以便我能有一個像它 -
一個輸出表我不清楚如何去做。 所以,我所做的是 -
SELECT
Count(* where status="Active") as count_active
Count(* where status="Inctive") as count_inactive
Count(* where status="Biase") as count_biase
FROM `subscribers`
而得到錯誤,任何人都可以請幫助?
Case表達式,而不是case語句... – jarlh