Mysql query for finding 10 close marks of class
Posted
by sharma
on Stack Overflow
See other posts from Stack Overflow
or by sharma
Published on 2010-04-22T19:29:11Z
Indexed on
2010/04/22
19:33 UTC
Read the original article
Hit count: 325
mysql
I want nearest 10 marks for particular student. For example John has marks 73 then i have to find 10 student with marks greater than 73 in ascending order nearest to John. My Table structure is (id,name,marks).
© Stack Overflow or respective owner