aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/database.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/database.org b/doc/database.org
index 99d2905a..32f1f8e0 100644
--- a/doc/database.org
+++ b/doc/database.org
@@ -1386,7 +1386,8 @@ JOIN Strain st ON pd.StrainId = st.Id
LEFT JOIN PublishSE ps ON ps.DataId = pd.Id AND ps.StrainId = pd.StrainId
LEFT JOIN NStrain ns ON ns.DataId = pd.Id AND ns.StrainId = pd.StrainId
LEFT JOIN CaseAttributeXRefNew cxref ON
- cxref.InbredSetId = px.InbredSetId
+ (cxref.InbredSetId = px.InbredSetId AND
+ cxref.StrainId = st.Id)
LEFT JOIN CaseAttribute ca ON ca.Id = cxref.CaseAttributeId
WHERE px.Id = 10006 AND px.PhenotypeId = 28409 LIMIT 10;
#+end_src