R Talbot wrote:

> R Talbot wrote:
>
> > Looking at the Postgresql manual in the inheritance section I see
> > abbreviations.
> >
> > i.e.
> > SELECT c.name, c.altitude
> > FROM cities* c
> > WHERE c.altitude > 500;
> >
> > c.name  of course refering to cities.name
> >  My question is where is there an alias reference of  c AS cities
> >
> > How does and where does the  cities become c.  How does Postgresql
> > recognize the change.
> >
> > bob T
>
> Thank You
>
>  I answered my question..
>
> Bob T

Thank You

I answered my own question...

Bob T


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to