Posts by J. Felipe • 11 points
1 post
-
1
votes2
answers70
viewsA: Help with an associative table of friends
You can use the following query, to bring all users who sent invitations to the logged in user. SELECT id_usuario, usuario.nome, usuario.ultimo_nome FROM usuario INNER JOIN amigos ON…