Help for this page

Select Code to Download


  1. 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);
    
  2. or download this
     
       
        for(my $j = 1; $j<=4; $j++){
    ...
    
    }
    }
    
  3. 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