Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/bigquery/glucose-quantiles.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ SELECT
FROM
synthea.Observation o, o.code.coding cc
WHERE
cc.system like '%loinc%' and lower(cc.display) like '%cholesterol%'
cc.system like '%loinc%' and lower(cc.display) like '%glucose%'
GROUP BY 1,2
ORDER BY 4 desc