Skip to content
Snippets Groups Projects
Commit f70b1d95 authored by tjc's avatar tjc
Browse files

fix

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4983 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent b62833ed
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<select id="getFeatureCvTermDbXRef" parameterClass="Feature" <select id="getFeatureCvTermDbXRef" parameterClass="Feature"
resultMap="select-featurecvtermdbxref"> resultMap="select-featurecvtermdbxref">
SELECT feature_cvterm_id, dbx.*, db.name SELECT fcd.feature_cvterm_id, dbx.*, db.name
FROM feature_cvterm_dbxref fcd FROM feature_cvterm_dbxref fcd
LEFT JOIN dbxref dbx ON dbx.dbxref_id=fcd.dbxref_id LEFT JOIN dbxref dbx ON dbx.dbxref_id=fcd.dbxref_id
LEFT JOIN db ON db.db_id=dbx.db_id LEFT JOIN db ON db.db_id=dbx.db_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment