FULL OUTER JOIN Question (mistake)

From: Tyler Kellen <tyler(at)sleekcode(dot)net>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: FULL OUTER JOIN Question (mistake)
Date: 2005-10-14 18:06:36
Message-ID: 2005101413636.821147@devbox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

The first query under 'BAD RESULT:' doesn't have anything to do with my question
Please disregard it!

mg=# select * from trans_item where id=20116;
  id   | trans_id | parent | qty | item_sku | item_price | item_tax
-------+----------+--------+-----+----------+------------+----------
 20116 |    11216 |  20115 |   1 | 91400    |       0.50 |   0.0700
(1 row)

^ that

Best,
Tyler Kellen

Browse pgsql-sql by date

  From Date Subject
Next Message Judith Altamirano Figueroa 2005-10-14 18:08:43 cast
Previous Message Tyler Kellen 2005-10-14 18:02:39 FULL OUTER JOIN Question