Often, sorting is done with symbols sorted to the top, like 0 or * or &. This is the default way that mysql sorts; numbers and sy
0
*
&
This works for me:
SELECT * FROM `yourTable` ORDER BY `yourDatabase`.`yourColumn` ASC