[mysql] get top 10
16 August 2007if you need top 10 rows from table ordered by point, you should use
SELECT * FROM table ORDER BY point LIMIT 10
No comments yet
if you need top 10 rows from table ordered by point, you should use
SELECT * FROM table ORDER BY point LIMIT 10
No comments yet