sourcecount.sql

Data Grid Tour
SELECT COUNT(DISTINCT ParticipantID) AS _count, DataSet
  FROM StudyData
  WHERE ParticipantId IN ('249320127',
'249320489'
)
  GROUP BY DataSet