Subject RE: [firebird-support] Query Results in Non-Case Sensitive Alpha Order
Author Alan McDonald
> How do I get a query to return results in alpha order ignoring case?
>
>

ORDER BY UPPER(FIELD)

Alan