Inheritance c.cities ??

Поиск
Список
Период
Сортировка
От R Talbot
Тема Inheritance c.cities ??
Дата
Msg-id 3B9F45C6.22AAEE0A@attglobal.net
обсуждение исходный текст
Ответы Re: Inheritance c.cities ??
Список pgsql-general
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


В списке pgsql-general по дате отправления:

Предыдущее
От: Graham Leggett
Дата:
Сообщение: Error: Bad Timestamp Format
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Performance question