SELECT
shared_set.id, shared_set.member_count,
shared_set.name, shared_set.reference_count, shared_set.resource_name, shared_set.status, shared_set.type FROM shared_set WHERE
shared_set.id = <shared_set_id>
I can only choose from Campaign, Customer or shared_sets in the query, as I am using the query builder.
Does anyone know how or if this can be done?