- or download this
use DBI;
...
my $insert = "insert into GITAXNR(gi,ID,quest) select GITAX.gi, GITAX.
+ID, NRP.quest from GITAX inner join NRP on GITAX.gi = NRP.gi";
$self->do_it(argument => $insert);
- or download this
for(my $j = 1; $j<=4; $j++){
...
}
}
- or download this
insert into GITAXNR(gi,ID,quest) select GITAX.gi, GITAX.ID, NRP.quest
+from nr1.GITAX inner join nr2.NRP on GITAX.gi = NRP.gi