Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Does DBI handle table alias?

by jaco (Pilgrim)
on Oct 06, 2004 at 16:20 UTC ( [id://397061]=note: print w/replies, xml ) Need Help??


in reply to Does DBI handle table alias?

I'm going to agree. I've passed DBI things such as
$yesterday = $ebh->prepare("select d1.nas_ip as d1ip, d1.date as d1dat +e, d2.nas_ip d2ip, d2.date as d2date from scratch as d1 left join sc +ratch1 as d2 on d1.nas_ip=d2.nas_ip");
On tables over 1 gig and never had a problem with it. I'd look into the time
it takes to execute, just like VSarkiss suggested

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 18:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found