GROUP BY建立分組;HAVING過濾分組code
SELECT channel,"count"(*) FROM at_account GROUP BY channel HAVING channel LIKE 'tiantuo%';