I have a table called "Name" which is indexed on ID, and a table called "ChangeLog" which includes the ID along with the date of the change and a description of the change. From this one-to-mamy relationship I want to query out only the most recent change for any ID.
Is there an easy answer to this?
TIA!
Is there an easy answer to this?
TIA!