I have a MySQL table which contains a number of products. What I want to do is sort the table by one particular column (most of the values begin with numbers for example: 1s
select * from table order by if(field = '' or field is null,1,0),field