Hi Team,
Can someone please help me with the SQL query to retrieve all the profile ID's for a specific segment?
By using the query below, I can target my specific segment but not retrieve details from it.
SELECT * from TableName
where segmentName = "segment name";