主页 > php易尔灵网络科技

ORACLE根据某个字段的特定值进行统计?

234 2024-01-25 15:58

select A.user_id,count(1) from table A , (select user_id ,max(version_type) m_version from table group by user_id ) Bwhere A.user_id = B.user_idand A.version_type = B.m_versiongroup by A.user_id

顶一下
(0)
0%
踩一下
(0)
0%
相关评论
我要评论
点击我更换图片

热点提要

网站地图 (共14个专题50778篇文章)

返回首页