Help for this page

Select Code to Download


  1. or download this
    my $statement = 'SELECT a1.ID FROM a1, a1_b1, b1 WHERE b1.id = ? AND a
    +1 = ?';
    my $sth = $dbh->prepare($statement) or die $dbh->errstr();
    ...
            # ... other stuff ...
        }
    }