MySQL查询某个记录行号

mysql>SELECT count(*)  FROM test  where id <= (SELECT id FROM test  where id=16); 
+----------+
| count(*) |
+----------+
|        1 |
+----------+
1 row in set (0.00 sec)