You're using
SELECT *
in your query. If you want the fields in a specific order, have you tried SELECT rank, text, name
instead?