I
Ivan
Hi,
I have a performance question related to joining two tables.
Currently we have table "A" and "B" with
the extractly same field name ( f1, f2, f3)
Now we want to sum up the a.f3 & b.f3
and join the field f1 and f2. Some record may not join to another table,
but we only want to display in the query.
Therefore I want to Left-Join for joining both two table
and one normal join.
Then using "Union" to join those three queries.
Is it the best way to do?
Sorry for my poor english hope that you can understand my question.
I have a performance question related to joining two tables.
Currently we have table "A" and "B" with
the extractly same field name ( f1, f2, f3)
Now we want to sum up the a.f3 & b.f3
and join the field f1 and f2. Some record may not join to another table,
but we only want to display in the query.
Therefore I want to Left-Join for joining both two table
and one normal join.
Then using "Union" to join those three queries.
Is it the best way to do?
Sorry for my poor english hope that you can understand my question.