Forum Moderators: coopster
SELECT * FROM db ORDER BY varcharcolumn DESC
With this query the numbers appear in the desired order, but the letters appear before the numbers.
This order makes sense based on my query but I don't want the letters before the numbers.
Is there a way to force the letters to appear after the numbers?