I have two tables, say USER and PAGE. USER has a USER_ID field, and PAGE has a PAGE_DATE field. For each USER record, there can be multiple PAGE records (a 1-to-many relationship).
How can I pull out a single record set that has the most recent PAGE record (based on date) for each USER record?
Anyone?
How can I pull out a single record set that has the most recent PAGE record (based on date) for each USER record?
Anyone?