Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Big database queries

by ezekiel (Pilgrim)
on Aug 30, 2002 at 00:14 UTC ( [id://193952]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare("select COLUMN_1 from table where COLUMN_2 < 2500
    +");
    $sth->execute();
    ...
    # do some processing on the column 1 value here
    
    }
    
  2. or download this
    
    $sth = $dbh->prepare("select COLUMN_1 from table where COLUMN_2 betwee
    +n ? and ?");
    ...
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://193952]
Approved by simon.proctor
Front-paged by gmax
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-23 12:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found