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

サブクエリを使用すると結果が重複するのはなぜですか?

    select A.userNum from users A where A.userNum NOT IN  (select A.userNum from users A, addressbook B, (select A.userNum from users A, addressbook B where B.userNum=1 and B.phone=A.phone) C where C.userNum=B.userNum and A.phone=B.phone) ;
    



    1. 2つのテーブルmysql、1対多の関係を結合します

    2. オーケストレーションツールを使用せずにMariaDBGaleraクラスターを実行する-DBコンテナー管理:パート2

    3. mysql ...inwhere句があいまいです

    4. PHPMysqlを使用してフォームから日付を挿入する