see, I have a table in SQL called messages , this table contains 2 IDs, one of the receiver and another of the issuer, the date and the message itself.
I try to extract with what people have spoken, for example, the member with id 1 but when I do the query I get this:
Is there any way that only the IDs come out without repeating and in a single column?
Thank you.