| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | DNA helicase | NC_009443 (Streptococcus suis 98HAH33)
 | 0.0 | 100 | 
|  | DNA helicase | NC_012926 (Streptococcus suis BM407)
 | 0.0 | 100 | 
|  | DNA helicase | NC_012924 (Streptococcus suis SC84)
 | 0.0 | 100 | 
|  | ATP-dependent DNA helicase | NC_011072 (Streptococcus pneumoniae G54)
 | 0.0 | 93 | 
|  | UvrD/REP helicase family protein | NC_014498 (Streptococcus pneumoniae 670-6B)
 | 0.0 | 93 | 
|  | DNA helicase | NC_009442 (Streptococcus suis 05ZYH33)
 | 0.0 | 99 | 
|  | UvrD/REP helicase | NC_014376 (Clostridium saccharolyticum WM1)
 | 4e-109 | 47 | 
|  | ATP-dependent DNA helicase | NC_014328 (Clostridium ljungdahlii ATCC 49587)
 | 2e-106 | 43 | 
|  | UvrD/REP helicase | NC_017316 (Enterococcus faecalis OG1RF)
 | 1e-104 | 45 | 
SELECT   distinct ph.genome_accn, ph.id_genome_orf, ph.position_begin_pai, ph.position_end_pai, ph.position_begin_genome, ph.position_end_genome, ph.identity, ph.qcoverage, ph.tcoverage,
                          ph.evalue, ph.score, ph.multi_hsp, ph.multi_strand, ph.source_class, hsp, go.name, go.name_alt, go.pid
          FROM     pai_homolog as ph, genome_orf as go 
          WHERE    ph.pai_accn='NC_009443_P1' AND ph.id_pai_orf='33' AND match_level='P'
                   AND go.genome_accn=ph.genome_accn  AND ph.id_genome_orf=go.id_genome_orf
          ORDER BY ph.score desc, ph.evalue asc, ph.identity desc