Example Question
SQL Query Example
Unset
SELECT *
FROM subject_metadata s
INNER JOIN enterotypes e
ON s.sample_name = e.sample_name
WHERE s.sex = {{sex}}Variable Configuration
Last updated
Was this helpful?
Unset
SELECT *
FROM subject_metadata s
INNER JOIN enterotypes e
ON s.sample_name = e.sample_name
WHERE s.sex = {{sex}}Last updated
Was this helpful?
Was this helpful?