Re: Left Join Complex Query - Mailing list pgsql-general

From Gregory Wood
Subject Re: Left Join Complex Query
Date
Msg-id 006301c08d3d$5fd96ca0$7889ffcc@comstock.com
Whole thread Raw
In response to Re: Left Join Complex Query  (Alex Pilosov <alex@pilosoft.com>)
List pgsql-general
> Far simpler way to do this, without outer join:
>
> select bc.b,bc.c, (select count(*) from abc where bc.....)::boolean

You're absolutely right... I hate it when I make it too hard on myself!
Thanks for the replies!

Greg


pgsql-general by date:

Previous
From: Lamar Owen
Date:
Subject: Re: Perl Interface Documentation
Next
From: Alex Howansky
Date:
Subject: adding not null constraint to existing table