RE: [PHP] sort in mysql

2001-03-14 Thread Jeff Oien
ORDER BY hits default is ascending (ASC). Otherwise ORDER BY hits DESC Jeff Oien > hi > > I have a database with some urls and numbers. There are currently 2 records > in the database. I wanna sort them by the numbers. How should i do it? > my table is like > > name hits > john

[PHP] sort in mysql

2001-03-14 Thread McShen
hi I have a database with some urls and numbers. There are currently 2 records in the database. I wanna sort them by the numbers. How should i do it? my table is like name hits john 343 scott 3423 any suggestions would be greatly appreciated! -- PHP Genera