18 | | term AS cc INNER JOIN |
19 | | graph_path AS tcl ON cc.id = tcl.term1_id INNER JOIN |
20 | | graph_path AS acl ON tcl.term2_id = acl.term1_id INNER JOIN |
21 | | term AS t ON t.id=acl.term1_id INNER JOIN |
22 | | association ON association.term_id = acl.term2_id INNER JOIN |
23 | | gene_product ON association.gene_product_id = gene_product.id INNER JOIN |
24 | | species ON gene_product.species_id = species.id INNER JOIN |
25 | | evidence ON evidence.association_id = association.id INNER JOIN |
26 | | dbxref ON dbxref.id = gene_product.dbxref_id |
| 18 | term AS cc INNER JOIN |
| 19 | graph_path AS tcl ON cc.id = tcl.term1_id INNER JOIN |
| 20 | graph_path AS acl ON tcl.term2_id = acl.term1_id INNER JOIN |
| 21 | term AS t ON t.id=acl.term1_id INNER JOIN |
| 22 | association ON association.term_id = acl.term2_id INNER JOIN |
| 23 | gene_product ON association.gene_product_id = gene_product.id INNER JOIN |
| 24 | species ON gene_product.species_id = species.id INNER JOIN |
| 25 | evidence ON evidence.association_id = association.id INNER JOIN |
| 26 | dbxref ON dbxref.id = gene_product.dbxref_id |