Re: the results from a query - question

From: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
To: "pgsql (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: the results from a query - question
Date: 2003-04-02 14:24:56
Message-ID: 73309C2FDD95D11192E60008C7B1D5BB04C7489B@snt452.corp.bcbsm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--as i've said, i did an explain and saw that
--part (where the error message says 'adding this to
--the FROM clause).

--i suspect that this was a typo, but since the
--person creating this isn't here now, i can not
--answer this.

--and i'm at the point where i *have* to kill the script.

--i just wanted to make sure that i wasn't just
--out on a witch hunt.

--thanks!

-X

-----Original Message-----
From: Peter Gibbs [mailto:peter(at)emkel(dot)co(dot)za]
Sent: Wednesday, April 02, 2003 9:22 AM
To: Johnson, Shaunn; pgsql (E-mail)
Subject: Re: [GENERAL] the results from a query - question

the results from a query - questionShaunn Johnson wrote:

<rest of query snipped>
db2_gm_reg_prof_01.diagnosis_cd not like '314%' and
db2_gm_reg_prof_01.diagnosis_cd not like '315%' and
db2_pos_reg_prof_01.diagnosis_cd not like '316%'
^^^^^^^^^^^^^^^^^^
Did you really mean to refer to a different table on the last where clause?

Regards
Peter Gibbs
EmKel Systems

Browse pgsql-general by date

  From Date Subject
Next Message Ian Barwick 2003-04-02 14:28:23 Re: the results from a query - question
Previous Message Peter Gibbs 2003-04-02 14:22:16 Re: the results from a query - question