I have a query retrieving a list ASC by the name/title, so alphabetical.
I need the blank name/titles to show at the end of the a-z list rather than the beginning
I can do this with php, but it seems like something I should learn in mysql, can anyone please lend a hand?
SELECT title FROM table ORDER BY title ASC