Skip to content
Snippets Groups Projects
Commit a57c76e4 authored by Philip Lijnzaad's avatar Philip Lijnzaad
Browse files

select distinct ...

parent 924e84d8
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ WHERE lg.chr_name = '$chr'
foreach my $w ( qw(doc stop vector word) ) {
my $table = "disease_index_${w}list";
$sql = "select * from $satdb.$table";
$sql = "select distinct * from $satdb.$table";
dump_data($sql, $satdb, $table );
}
} # disease
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment