I have an intranet system where the user creates a message for different sectors of the company, after creating the message, it can be edited and when it changes, it places an edited hyperlink at the end of the message, which when clicked , opens a modal with the original message.
So that's fine, the problem is when a message suffers more than one change, my select
always picks the first record, instead of picking all up. I'll try to describe how it works:
RECORDED TABLE has (id, message, date, time) and so on. TABLE REPLIES_EDITED has (id, rec_id