Subject Re: [firebird-support] Re: Valid reasons for sorting on a column one doesn't select? - a BUG!
Author John vd Waeter
> SELECT DISTINCT(First_Name)
> FROM Employee
> ORDER BY First_Name
>
> is a valid query, and works in both FB and Oracle.
>
> But allowing an order by on a separate field
> in an aggregate simply doesn't make sense.
>
>
> Where should I report this bug in Firebird?
>

You're not reporting a bug. You're asking for a new feature:

"Report an error if my query doesn't make sense"