Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Akoya's scratchpad

by Akoya (Scribe)
on Feb 28, 2008 at 17:18 UTC ( [id://670943]=scratchpad: print w/replies, xml ) Need Help??

How can I do the same thing this SQL accomplishes using DBIx::Class::Resultset?

select name, ip, environment, type, last_update from test where environment = 'PROD' and last_update in ( select max(last_update) from test where environment = 'PROD' group by type ) order by type

This lists the most recent records for each type for the 'PROD' environment.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-24 11:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found