MySQL group sorting to find the top N Table Structure Group by grp, sort by num, and take the top 3 in each group. The output is as follows: source code: SELECT * FROM score AS t3 WHERE ( SELECT COUNT(*) FROM score AS t1 LEFT JOIN score AS t2 ON t1.grp = t2.grp AND t1.num < t2.num WHERE t1.id = t3.id ) < 3 ORDER BY t3.grp ASC, num DESC In where, you can create a new variable for filtering through a subquery. Thank you for reading, I hope it can help you, thank you for your support of this site! You may also be interested in:
|
<<: React+Koa example of implementing file upload
>>: How to build Jenkins+Maven+Git continuous integration environment on CentOS7
Due to the initial partitioning of the system, th...
HTML Part Copy code The code is as follows: <!D...
Table of contents Preface 1. Usage examples 2. Im...
This article mainly introduces the solution to th...
Table of contents 1. Conventional ideas for time ...
How to install PHP7 on Linux? 1. Install dependen...
Preface: As a giant in the IT industry, Microsoft...
1. Why create an index? (Advantages) This is beca...
<br />Structure and hierarchy reduce complex...
Recently, I solved the problem of Docker and the ...
This article shares the specific code of jquery+A...
The compatibility of browsers is getting better a...
Table of contents What is recursion and how does ...
background Indexes are a double-edged sword. Whil...
Table of contents Requirement: Query ongoing acti...