Subject | Re: [IBO] filter on TIB_QUERY generates wrong SQL |
---|---|
Author | Lucas Franzen |
Post date | 2006-12-29T18:01:24Z |
Wolfgang,
Wolfgang Rohdewald schrieb:
I'm wondering it is valid at all.
What is MA, RL ???
A field _and_ a table?
Just curious...
Luc.
Wolfgang Rohdewald schrieb:
> Hi,What kind of SQL is this???
>
> with 4.6Bc my TIB_Query generates a wrong statement when used with
> filter
>
> Filter := 'MA=''' + FMA + '''';
>
>
>
> the SQLQuery is:
>
> select
> kun.zentrale as zentrale, kun.filialeorzentrale, kun.sprache as sprache, kun.kurzname as filkurzname
> , MA
> , RL
> , MA.KUNDE as KUNDE
> , EBELEG
> from ma join kun on ma.kunde=kun.kunde
> order by kun.filialeorzentrale,kun.zentrale nulls first;
I'm wondering it is valid at all.
What is MA, RL ???
A field _and_ a table?
Just curious...
Luc.