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

複数の行に複数のIN句を使用してクエリを実行する

    select distinct ID from table t1
    where (select count(*) from table where ID = t1.ID group by ID) >=2
    and (select count(*) from table where Idservice = 5 and ID = t1.ID group by ID) > 0
    


    1. postgres SQL関数を実行するためのcronジョブを作成するにはどうすればよいですか?

    2. バッファキャッシュ:それは何であり、データベースのパフォーマンスにどのように影響しますか?

    3. Tinymceに関するUTF-8の問題?

    4. Rails 5:ツリービューのDateTimeフィールドでレコードをグループ化する