I have DealAssociations, CompanyAssociations and ContactAssociations. All of them have columns: Id, AssociationId, Type, TypeId, TypeName. Is there a way to extract all of the rows that I have but only columns Id and AssociationId? Currently I'm try...
Reply