« Previous - - Next »

[mysql] get top 10

16 August 2007

if you need top 10 rows from table ordered by point, you should use

SELECT * FROM table ORDER BY point LIMIT 10

Posted in programming | Trackback | del.icio.us | Top Of Page

No comments yet

Leave a Reply