当前位置:Gxlcms > 数据库问题 > sql 以某个字段分组,另一个字段为参加比较的列,取得前n项的值

sql 以某个字段分组,另一个字段为参加比较的列,取得前n项的值

时间:2021-07-01 10:21:17 帮助过:4人阅读

假设表A有三个字段

{

  id int;

  subject varchar(20);

  socre int;

}

 

语句为 select * from A  x where (select count(*) from A where subject=x.subject and score>=x.score   )<=15

sql 以某个字段分组,另一个字段为参加比较的列,取得前n项的值

标签:varchar   int   ocr   core   har   另一个   一个   分组   字段   

人气教程排行