I need help on a query. I am trying to create a mail list.
Below is the query, sometimes there are more then one households living at the same address.
if there are multiple headOfHouse at the same address I want only the one with min(HeadofHouse).
Select HeadofHouse
, FullName = cfmr_first_name + ' ' + cfmr_last_name
, addr1, addr2, city, state, zip
FROM ViewMarketing_StandardExclusions
Below is the query, sometimes there are more then one households living at the same address.
if there are multiple headOfHouse at the same address I want only the one with min(HeadofHouse).
Select HeadofHouse
, FullName = cfmr_first_name + ' ' + cfmr_last_name
, addr1, addr2, city, state, zip
FROM ViewMarketing_StandardExclusions