Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

DBI MySQL Join Question

by Jazz (Curate)
on Oct 04, 2009 at 19:55 UTC ( [id://799116]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare( "SELECT * FROM Images 
        LEFT JOIN Regio ON Images.RegioID = Regio.RegioID
        LEFT JOIN Insula ON Images.InsulaID = Insula.InsulaID
        LEFT JOIN ImgThemes ON Images.ImageID = ImgThemes.ImageID
        LEFT JOIN Sources ON Images.SourceID = Sources.SourceID
        ORDER BY ImageName LIMIT $start,$numrows" );
    
  2. or download this
    -------         ---------      ----------
    Regio           Images         ImgThemes
    -------         ---------      ----------
    ...
                    Publishers     ----------        |
                    PublishYear    ThemeCategoryID >-|
                                   CategoryName
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found