0
点赞
收藏
分享

微信扫一扫

mysql的having 语法

谷中百合517 2022-03-11 阅读 19


 mysql的having 语法_mysql

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


举报

相关推荐

0 条评论