in reply to Re: MySQL question
in thread MySQL question
Anyhow, to answer your question, I was hoping to get one row per distinct doc_num whose version was the max() of all versions for that doc_num, and whose title corresponded to the record with the max version:
Compare my chart above to the "original" and you may see what I mean.title | doc_num | version -------+---------+-------- foo | 1234 | 2 baz | 5678 | 1
Anyhow, my apologies for tempting fate in this manner. If I've overstepped my bounds by replying to your post, I once again apologize. But if you find the breath to chastize me once more, I also welcome links to any Database-related forums. ;)
|
---|
Replies are listed 'Best First'. | |
---|---|
•Re: Re: Re: MySQL question
by merlyn (Sage) on Mar 28, 2002 at 22:28 UTC | |
by rbc (Curate) on Mar 29, 2002 at 17:10 UTC |