SELECT
help_type,
count(*) help_count,
count( DISTINCT (enterprise_name)) enterprise_count
FROM
enterprise_help
GROUP BY
help_type
相关文章:
SELECT
help_type,
count(*) help_count,
count( DISTINCT (enterprise_name)) enterprise_count
FROM
enterprise_help
GROUP BY
help_type
相关文章: