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

左外部結合を使用した低速クエリで、null条件です

    存在しないものを使用してみてください:

    select i.* 
    from   core_item i 
    where  not exists (select * from core_item_in_basket b where i.id=b.item_id and b.user_id=__some_user__)
    


    1. SQLでは、範囲内でどのようにグループ化できますか?

    2. PHPを使用して複数のMySQLテーブルを作成する

    3. android.database.CursorIndexOutOfBoundsException

    4. 配列要素にアクセスする方法