阅读背景:

求改hql hql 语句不支持from后面直接跟子查询表

来源:互联网 
我想统计该生在该章节的  *做题总数*  中的排行

select count(1) from (select count(*) as con from test_log where chapter_id=12 group by user_id) as a where a.con>= (select count(*) from test_log where  user_id=3 and chapter_id=12); select count(1)



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: