Subject | Re: [firebird-support] Invalid request BLR at offset XXXX in firebird 1.0x not in 1.5 |
---|---|
Author | Fabrice Vendé |
Post date | 2004-05-03T13:11:44Z |
Thank you for the answer,
It work fine unfortunately it is slower !
--
Fabrice Vendé
fabrice@...
-
SARL I N F O C O B
Développement, formation, matériel, logiciel
http://www.infocob.com
It work fine unfortunately it is slower !
>This is a known bug, DISTINCT on sub-select in select list.Best regard,
>
>As workaround you could use a LEFT JOIN instead :
>
>SELECT
> DISTINCT
> Q2.*,
> cfl.FIRSTLASTNAME AS R_FIRSTLASTNAME
>FROM
> CUSTOMER Q2
> LEFT JOIN CONCAT_FIRSTLASTNAME(Q2.FIRSTNAME ,Q2.LASTNAME) cfl ON (1 = 1)
>
>
>Regards,
>Arno Brinkman
>ABVisie
>
>
--
Fabrice Vendé
fabrice@...
-
SARL I N F O C O B
Développement, formation, matériel, logiciel
http://www.infocob.com