Re: LEFT Join Question

From: "Rob V" <taketwosolutions(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: LEFT Join Question
Date: 2007-01-26 00:09:53
Message-ID: 34785f060701251609n29723e2fi6815f93f3bc6da51@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Just 1 followup to this :
they MAY or MAYNOT have records in the following tables :
contact_address,contact_phone

There may also be multiple records in that table w/ the same account_id -
but the domain_type_id will be different.
so the contact_phone could have 2 records :
account_id 1, domain PRIMARY phone 555-1212
account_id 1, domain SECONDARY phone -123-4556

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Hélder M. Vieira 2007-01-26 00:56:19 Re: Looping recordset
Previous Message Rob V 2007-01-25 23:51:34 LEFT Join Question