Hi,
I define a Join with the use of a constant. This works well in SQL, ie
Select *
from TABLE_A A
left join TABLE_B B
on A.col1 = B.Col1
and B.Col2 = '55'
In Impromptu 6, it is possible to define this as a join. However when a report is created the join is not used. 2 seperate selects are generated.
Has anyone seen this?
thanks in advance
swatman
I define a Join with the use of a constant. This works well in SQL, ie
Select *
from TABLE_A A
left join TABLE_B B
on A.col1 = B.Col1
and B.Col2 = '55'
In Impromptu 6, it is possible to define this as a join. However when a report is created the join is not used. 2 seperate selects are generated.
Has anyone seen this?
thanks in advance
swatman