Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: MySQL question

by shadox (Priest)
on Mar 28, 2002 at 21:51 UTC ( [id://155126]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    +-------+---------+---------+
    | title | doc_num | version |
    ...
    | foo   |    1234 |       7 |
    | other |    2121 |       7 |
    +-------+---------+---------+
    
  2. or download this
    SELECT title, doc_num, MAX(version) AS version from test GROUP BY titl
    +e;
    # For this example "test" is the table name
    

Log In?
Username:
Password:

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

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

    No recent polls found