Marketo Limitations
- This query applies only to
ListandActivity_typeentities. For others, provide the filter type.Select * from Marketo_Table - Does not support joins except between
LeadandLead_Listentities. The join query betweenLeadandLead_Listfor a List_Id is as follows:Select Lead.* from Lead Inner Join Lead_List On Lead.ID = Lead_List.Lead_ID And Lead_List.List_ID = <List ID>