Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: how to speed up querys to mysql

by reneeb (Chaplain)
on Oct 19, 2006 at 10:59 UTC ( [id://579327]=note: print w/replies, xml ) Need Help??

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 ...
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://579327]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-19 20:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found