sql >> データベース >  >> RDS >> Mysql

MySQL-ブロックされたすべてのユーザーを結果から除外します

    ここで、これを試してみてください:

    select * from users where user_id <> 4 and language = 'en'
        and user_id not in(select blocked_user_id from users_blocked where user_id = 4)
        and user_id not in(select user_id from users_blocked where blocked_user_id = 4)
    

    ここでのデモ: http://sqlfiddle.com/#!2/b22a4/2 >



    1. SQL結合の究極のガイド:外部結合–パート2

    2. Html2pdfを使用してPDFを作成しましたPDFを保存および取得する方法がわかりません

    3. OracleSQLのカスタムオーダー

    4. pt-table-sync、ホスト名に関する奇妙な問題