I have a database full of different types of leads some for company A some for company B and so on, each doing a different service. However the leads from B can be used for A and leads from A can be used for B, so I want to merge the data.Exampled:Phone Number Name Home Owner Credit Insurance727-555-1234 Dave Thomas Yes B 727-555-1234 Dave Thomas GiecoI would like the end result to be one record:Phone Number Name Home Owner Credit Insurance727-555-1234 Dave Thomas Yes B GiecoSince these were imported into SQL they all have a unique ID, here are the current labels:ID,phone_number,first_name,last_name,address1,address2,address3,city,state,postal_code,HOME_OWNR,HH_INCOME,CREDIT_RATING,AGE,MATCH,source_id,title,comments,dnc_flag,provider,vehicle,coverage,alt_phone,email,marital status,dob
↧