summaryrefslogtreecommitdiff
path: root/queries/repeat_investigation
diff options
context:
space:
mode:
Diffstat (limited to 'queries/repeat_investigation')
-rw-r--r--queries/repeat_investigation5
1 files changed, 5 insertions, 0 deletions
diff --git a/queries/repeat_investigation b/queries/repeat_investigation
new file mode 100644
index 0000000..293e21c
--- /dev/null
+++ b/queries/repeat_investigation
@@ -0,0 +1,5 @@
+SELECT *
+from `donor_visits`
+left join donors on
+ donors.id = donor_visits.donor_id
+where study_id = 15