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 Apr 15, 2022. It is now read-only.
definingSQL="SELECT F.patient_id AS patient_id, F.patient_age AS patient_age, P.file_id AS file_id, P.name AS name FROM syn27240986 F JOIN syn27240957 P on (F.patient_id = P.patient_id)"
)
synid_mv = syn.store(temp)
print(synid_mv)
res = syn.tableQuery(f"SELECT * FROM {synid_mv['id']}")