Subject | Re: [firebird-support] Re: Valid reasons for sorting on a column one doesn't select? - a BUG! |
---|---|
Author | John vd Waeter |
Post date | 2005-08-14T11:35:38Z |
> SELECT DISTINCT(First_Name)You're not reporting a bug. You're asking for a new feature:
> 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?
>
"Report an error if my query doesn't make sense"