SELECT applicationId FROM `light_record`
where applicationId is not null
group by applicationId having count(applicationId) > 1
微信扫一扫
SELECT applicationId FROM `light_record`
where applicationId is not null
group by applicationId having count(applicationId) > 1
相关推荐