Hi,
I have two tables that look like this:
Table: cases
id
name
status
case_no
Table: notes
id
case_id
note_date
notes
I'd like to be able to create a query that grabs the data from the cases table and only the most recent entry from the notes table for each row in the cases table. So far I'm having no luck at all.
Any pointers would be greatly appreciated