0
マイクエリ:postgresで列を選択するには?
ERROR:
select c.id, sum(case when r.paid_out>='1' then 0 else 1 end) as all_paids
from people p1, houses h, policies p2, receipts r
where p1.id = h.id
and h.code = p2.code
and p2.code_policy = r.code_policy
group by p1.id
having all_paids= 0;
Postesqlは私に次のエラーが返されていない列 'all_paids'
は、私は任意のヘルプが
を高く評価され、いくつかのことが、何を試してみましたがあります