Tag Archive | "mysql ABS"

MySQL : ORDER BY numbers

Saturday, May 9, 2009

24 Comments

In this article I will show you how to order MySQL records by numeric values (numbers, integers & floats) from the smallest to the largest number or the other way around using a MySQL ORDER BY query.

Continue reading...