Re: What's it: NOTICE: Adding missing FROM-clause entry - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: What's it: NOTICE: Adding missing FROM-clause entry
Date
Msg-id Pine.LNX.4.30.0106251721510.724-100000@peter.localdomain
Whole thread Raw
In response to What's it: NOTICE: Adding missing FROM-clause entry  ("Vitaliy V. Romanets" <vitaliy@gu.net>)
List pgsql-general
Vitaliy V. Romanets writes:

> I do the following:
>  select a,b,test2.d from test where a=test2.c;
> and i receive:
> NOTICE:  Adding missing FROM-clause entry for table "test2"

The query should be

select a,b,test2.d from test, test2 where a=test2.c;

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Red Hat to support PostgreSQL
Next
From: teg@redhat.com (Trond Eivind Glomsrød)
Date:
Subject: Re: Red Hat to support PostgreSQL