mysql
Wednesday, February 22, 2006
How to select top 10 rows from a table
mysql> SELECT * FROM table_name LIMIT 10;
SELECT * FROM tbl LIMIT 5,10 gives 10 rows starting from row #5
posted by Tomer Ben David at
4:12 AM
0 Comments:
Post a Comment
<< Home
About
About Me
Name:
Tomer Ben David
View my complete profile
Previous
0 Comments:
Post a Comment
<< Home