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

Rails-has_manyに関連付けられたレコードが存在するレコードのみを検索します

    レール4

    Parent.includes(:child).where.not(children: {id: nil})

    または

    Parent.joins(:child).distinct

    Rails 3

    Parent.joins(:child).distinct



    1. Oracle DB に接続できず、java.sql.SQLException としてエラーが発生します:Io 例外:ネットワーク アダプタが接続を確立できませんでした

    2. Oracleでトリガーとプロシージャを実行する方法

    3. 1つの特定の行と別のランダムな行を選択するためのmysqlクエリ

    4. Oracle:数値のみの行を返すSQLクエリ