i have a query that includes dollar values which are in different currencies, i need to pull all these out convert them all to australian dollars then sort the list via the converted dollar value.is it possible to do this at the database level (mysql) or should i be putting everything into an array and sorting that?