Re: Inheritance c.cities ??

From: R Talbot <rjtalbo(at)attglobal(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Inheritance c.cities ??
Date: 2001-09-13 11:17:21
Message-ID: 3BA095C1.D1BCE4E2@attglobal.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Giorgio Volpe 2001-09-13 11:25:37 where cannot use alias name of column?
Previous Message Rajkumar Selvaraj 2001-09-13 11:16:52 Postgresql data backup