Top 5 doesn't work too well in selecting SQL statements in MySQL. However an operator that limits the size of the result set is LIMIT.
For example,
SELECT * FROM tbl LIMIT 10;
1 Comments to “Getting the Top 10 MySQL Query Results.”
dude thanks, ihad thatsame problem with mysql and this is the first page google showed me, and it was very very helpful thanks again


