Does anyone know of a way to request letters before numbers in a sql query so that the following will happen:
Current results: 1 2 3 P desired results: P 1 2 3 I know it can be done by pulling the data and reorganizing it using PHP, but I was hoping there is some way to pull that order from the database prior to giving the list to php for display. (using mySQL and php) Thanks, Nate
