You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
select*fromag.source_barcodes_surveysjoinag.ag_login_surveys using (survey_id)
joinag.ag_consent using (ag_login_id, participant_name)
where barcode='foo';
This query needs to be expanded to touch ag_kit and ag_login to recreate the type of result from get_ag_barcode_details
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A more accurate base query can be formed with:
This query needs to be expanded to touch
ag_kit
andag_login
to recreate the type of result fromget_ag_barcode_details
The text was updated successfully, but these errors were encountered: