Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
まだ私のアプリケーションを承認していないフレンドリストを取得するにはどうすればよいですか? 彼らに招待状を送りたいです。
ありがとう。
答えが出たと思います。クエリは次のとおりです。
SELECT uid, name, pic_square FROM user WHERE is_app_user=0 AND uid IN (SELECT uid2 FROM friend WHERE uid1 = me())