Start Processing : 2025-03-15 01:39:05
0 rows affectedupdate db_contacts a inner join db_zoominfo_enhance b on a._contactID = b._contactID set a._email = b._emailAddress where length(_email) = 0
[10] 0.21 seconds -> 0 rows affected
update db_contacts a inner join db_zoominfo_enhance b on a._contactID = b._contactID set a._title = b._jobTitle where length(_title) = 0
[20] 0.04 seconds -> 0 rows affected
update db_contacts a inner join db_zoominfo_enhance b on a._contactID = b._contactID set a._phone = b._directPhoneNumber where length(_phone) = 0
[30] 0.05 seconds -> 0 rows affected
update db_contacts a inner join db_zoominfo_enhance b on a._contactID = b._contactID set a._mailingCountry = b._country where length(_phone) = 0
[40] 0.08 seconds -> 1 rows affected