cscsonline
Technical User
I have query 1 from table A that gives me several records per ID.
I have query 2 from Table B that gives me a single record per ID
I have query 3 which incorporates query 1 and query 2 but the results repeat the results from query 2 several times (the same number of times as there are records in query 1).
How can I join these two queries so that I get one record per ID from query 2 and several records per ID from query 1. Is this an outer-join?
I have query 2 from Table B that gives me a single record per ID
I have query 3 which incorporates query 1 and query 2 but the results repeat the results from query 2 several times (the same number of times as there are records in query 1).
How can I join these two queries so that I get one record per ID from query 2 and several records per ID from query 1. Is this an outer-join?