Hi,
I am running two separate select statements and would like to have the records from both statements be grouped and sorted together. For example:
Table 1 and Table 2 are joined on the field hmy
in the first select statement the join is an INNER JOIN
in the second select statement the join is an OUTER LEFT JOIN to capture records that are in Table 1 without corresponding records in Table 2.
Please help.
Thanks
I am running two separate select statements and would like to have the records from both statements be grouped and sorted together. For example:
Table 1 and Table 2 are joined on the field hmy
in the first select statement the join is an INNER JOIN
in the second select statement the join is an OUTER LEFT JOIN to capture records that are in Table 1 without corresponding records in Table 2.
Please help.
Thanks