SELECT applicationId FROM `light_record`
where applicationId is not null
group by applicationId having count(applicationId) > 1
mysql的having 语法
阅读 20
2022-03-11
SELECT applicationId FROM `light_record`
where applicationId is not null
group by applicationId having count(applicationId) > 1
相关推荐
精彩评论(0)