Subject | Re: [firebird-support] Problem grouping and sorting |
---|---|
Author | Ivan Prenosil |
Post date | 2008-07-25T11:15:53Z |
> in Firebird 1.5 this is not a problem:Is it your real command ? It does work for me on FB2.1.1
>
>
>
> SELECT TLIEFERANTEN.LIID, TLIEFERANTEN.FIRMA
>
> FROM TLIEFERANTEN
>
> GROUP BY TLIEFERANTEN.LIID, TLIEFERANTEN.FIRMA
>
> ORDER BY TLIEFERANTEN.FIRMA;
>
>
>
> Since Firebird 2 I got an error message .. Ambiguous field name between a
> field and a field in select list.
Ivan