Hi, I am trying to perform a single select of data from 2 tables, table A and table B.
Table B may have none, one or many corresponding rows.
If table B has no corresponding rows then table B values should be set to null.
If table B has one or more corresponding rows then table B values should be set to the corresponding table B row with the lowest DATE.
I think I should do a left outer...