次のテーブルを定義したアプリケーションを開発しています。
storytags
id cover_title user_id
1 love happens two times? 1
2 revolution 2020 2
3 wings of fire 3
4 night at the call centre 4
storytag_invitations
id storytag_id user_id
1 1 1
2 2 2
3 3 3
4 4 4
users
id name
1 suhas
2 sangu
3 praveen
4 sangamesh
ユーザー 3 のストーリータグを取得したい
次のクエリを試しました
select storytags.cover_title
from storytag_invitations
join storytags
on storytags.id != storytag_invitations.storytag_id and storytags.user_id != storytag_invitations.user_id
where storytag_invitations.user_id = 3
しかし、私は重複した行を取得しています。いくつかの解決策を提案してください。これを試して2日経ちました。作品がより評価されます。