Re: missing FROM-clause entry for table - Mailing list pgsql-general

From Erwin Moller
Subject Re: missing FROM-clause entry for table
Date
Msg-id 491B20CC.60507@darwine.nl
Whole thread Raw
In response to Re: missing FROM-clause entry for table  (Raymond O'Donnell <rod@iol.ie>)
List pgsql-general
Raymond O'Donnell schreef:
> On 12/11/2008 18:08, Erwin Moller wrote:
>
>> LEFT OUTER JOIN tblcategorypropertylang AS CPL ON
>> ((CLP.languageid=DRV1.languageid) AND
>> (CPL.categorypropertyid=DRV1.categorypropertyid));
>>
>> ERROR:  missing FROM-clause entry for table "clp"
>>
>
> You've a typo in the query - the table alias is CPL, not CLP.
>
Oh my....
/me slaps head against the wall.
And I checked that query 2 times before posting here....

Maybe it is time to call it a day. ;-)

Thanks Ray! (And Adrian)

Regards,
Erwin Moller
> Ray.
>
> ------------------------------------------------------------------
> Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
> rod@iol.ie
> Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
> ------------------------------------------------------------------
>
>
>


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: missing FROM-clause entry for table
Next
From: Sam Mason
Date:
Subject: Re: how to "group" several records with same timestamp into one line?