- or download this
USE database;
...
s_t_id INTn) NOT NULL DEFAULT 0,
[...]
);
- or download this
$dbh->selectall_arrayref("SELECT * FROM taxon, node WHERE n_t_id = t_i
+d");
- or download this
$dbh->selectrow_arrayref("SELECT * FROM node, taxon WHERE n_id = XXX A
+ND t_id = n_t_id");