Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

DBIC ordering results by date in a related table

by redlemon (Hermit)
on May 22, 2009 at 12:22 UTC ( [id://765668]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        table events {
            id    primary key,
    ...
            event    references events(id),
            starts   datetime
        }
    
  2. or download this
        select  e.name, s.starts
          from  events e
    ...
                ) as t
            on  s.event = t.event
           and  s.time  = t.starts
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-23 15:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found