You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
left join dss_organization_contact_person docp ondocp.contacted_through_organization_id=do2.organization_idanddocp.email_message_type='Notice of Takedown'
18
-
left join dss_organization_contact_person docp2 ondocp2.contacted_through_organization_id=do2.organization_idanddocp2.email_message_type='Takedown Request'
19
-
wheredo2.organization_type='Platform';
22
+
left join dss_organization_contact_person docp ondocp.contacted_through_organization_id=do2.organization_idanddocp.email_message_type='Notice of Takedown'anddocp.is_primary= true
23
+
left join dss_organization_contact_person docp2 ondocp2.contacted_through_organization_id=do2.organization_idanddocp2.email_message_type='Takedown Request'anddocp2.is_primary= true
24
+
left join dss_organization_contact_person docp3 ondocp3.contacted_through_organization_id=do2.organization_idanddocp3.email_message_type='Notice of Takedown'anddocp.is_primary!= true
25
+
left join dss_organization_contact_person docp4 ondocp4.contacted_through_organization_id=do2.organization_idanddocp4.email_message_type='Takedown Request'anddocp4.is_primary!= true
0 commit comments