左結合を使用して、車両を持たない人を特定します
Select distinct People.id
From People
LEFT JOIN Vehicles on People.id=Vehicles.person_id
where Vehicles.person_id is NULL
左結合を使用して、車両を持たない人を特定します
Select distinct People.id
From People
LEFT JOIN Vehicles on People.id=Vehicles.person_id
where Vehicles.person_id is NULL
Entity FrameworkCore-WebAPIを介して渡されるエンティティのJSON表現に基づいて子を持つエンティティを更新する効率的な方法 HerokuでのSinatra/Haml/DataMapperのPostgresエラー