diff --git a/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm index 34fd4c3a666f9f8e835fc3bb38719173d5e643f1..7093cd4fcf59420752e25c9d64bdcb9daca8dd81 100755 --- a/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/AnalysisAdaptor.pm @@ -153,9 +153,7 @@ sub fetch_all_by_feature_class { return [] ); my $sql_t = qq| -SELECT DISTINCT( a.analysis_id ) -FROM analysis a, %s f -WHERE a.analysis_id=f.analysis_id |; +SELECT DISTINCT a.analysis_id FROM %s |; my $sql = sprintf( $sql_t, $feat_table ); my $sth = $self->prepare( $sql );