mysql的having 语法_mysql

SELECT applicationId FROM `light_record` 
where applicationId is not null
group by applicationId having count(applicationId) > 1