Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("select * from market where commodity like ?")
    +;
    
    ...
    while(my $d = $sth->fetch) {
        ;
    }
    
  2. or download this
    Table: market scan count 1, logical reads: (regular=111 apf=0 total=11
    +1), physical reads: (regular=0 apf=0 total=0), apf IOs used=0
    
  3. or download this
    Table: market scan count 1, logical reads: (regular=51889 apf=0 total=
    +51889), physical reads: (regular=0 apf=0 total=0), apf IOs used=0