Help for this page

Select Code to Download


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