Home > Database > Mysql Tutorial > MySQL queries a record row number

MySQL queries a record row number

大家讲道理
Release: 2016-11-12 09:52:52
Original
1176 people have browsed it

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

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template