Addwhere method (TibcQuery) is really usefull but it doesn't work with "Union" clause.
Any solution ?
Easy to reproduce with a query like :
Code: Select all
select *
from customer qc
union
select *
from customercopy qc2Result is :
Code: Select all
select *
from customer qc
where (0=0)
union
select *
from customercopy qc2Best regards,
Fabrice