Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare("SELECT * from Matrix NATURAL JOIN Inventory");
    
  2. or download this
    $sth = $dbh->prepare("SELECT * from Matrix NATURAL JOIN Inventory")
       or die "Cannot prepare: " . $DBI::errstr;