hello…
I really need help with that joins all this time i have tried to learn it
my code
SELECT * FROM likes
FULL OUTER JOIN dlikes
ON likes.id = dlikes.id
i need it select from likes and dlikes where id= same for both i just dont know how to do it i really tried learn it but i still can’t get it