UPDATING QUESTION:
ERROR: column \"Fruits\" does not exist
Running Postgres 7.4(Yeah we are upgrading)
Why can\'t I ORDER BY the
Try using backticks (`) instead of single/double quotes to wrap your alias name.
Had the same issue with MySQL; backticks fixed the problem.