Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Dumb SQL Question

by pileofrogs (Priest)
on Mar 02, 2010 at 20:55 UTC ( [id://826264]=note: print w/replies, xml ) Need Help??


in reply to Re: Dumb SQL Question
in thread Dumb SQL Question

files.md5 is the integer id corresponding to the text md5s.md5, so the above SQL will return nothing.

Said another way...

select files.path,md5s.md5 where files.md5=md5s.id;

returns a list of every file with it's MD5 sum.

Log In?
Username:
Password:

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

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

    No recent polls found