Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare('SHOW TABLES');
    
  2. or download this
    $sth = $dbh->prepare('pragma table_info(execution_host)');
    
  3. or download this
    $sth->execute();
    $sth->rows;