Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE $tableNameexpt SELECT * FROM final_exp WHERE pat = $row[0
    +]
    
  2. or download this
    my $sthexpt = $dbhexpt->prepare("SELECT DISTINCT PAT FROM xpatentes");
      $sthexpt->execute();
    ...
    
      }