- or download this
mysql> SELECT Symbol FROM gene_info RIGHT JOIN gene2go ON(gene_info.`G
+eneID`= gene2go.`GeneID`) WHERE GO_Term='proteasome localization';
+-------------+
...
| SPBC19C7.02 |
+-------------+
8 rows in set (2 min 19.11 sec)
- or download this
use strict;
use Data::Dumper;
...
while ( my @row = $sth->fetchrow_array ) {
print "@row\n";
}
- or download this
:!perl search_gene.pl
DBD::mysql::st execute failed: You have an error in your SQL syntax; c
+heck the manual that corresponds to your MySQL server version for the
+ right syntax to use near 'localization' at line 1 at search_gene.pl
+line 21.
SQL Error: You have an error in your SQL syntax; check the manual that
+ corresponds to your MySQL server version for the right syntax to use
+ near 'localization' at line 1