MySQL Forums
Forum List  »  Newbie

Re: query Selecting Last entry per computer for a group from two tables. Urgent Help please.
Posted by: Peter Brawley
Date: April 12, 2018 09:45AM

Simplest approach: build the solution in two steps (i) write a query to return the max(date) per computer, (ii) write a query to retrieve desired associated info from the result of .

Discussion & examples at https://www.artfulsoftware.com/infotree/queries.php under "Within-group aggregates".

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.