LabKey Support
LabKey Support
Sign In
Home
Documentation
Support
Download
Developers
Start Here
1. Sort/Filter
2. Chart
3. Correlate
4. Compare
5. Drill Down
6. Integrate
What's Next?
Start Here
Start Here
1. Sort/Filter
2. Chart
3. Correlate
4. Compare
5. Drill Down
6. Integrate
What's Next?
JavaScript is disabled. For the full experience enable JavaScript in your browser.
Manage Files
sourcecount.sql
Data Grid Tour
sourcecount.sql
download sourcecount.sql
SELECT COUNT(DISTINCT ParticipantID) AS _count, DataSet
FROM StudyData
WHERE ParticipantId IN ('249320127',
'249320489'
)
GROUP BY DataSet