NOTICE: adding missing FROM-clause entry for table

Поиск
Список
Период
Сортировка
От Kumar S
Тема NOTICE: adding missing FROM-clause entry for table
Дата
Msg-id 20040928015114.76259.qmail@web51409.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Foreign key deadlocks  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: NOTICE: adding missing FROM-clause entry for table
Список pgsql-novice
Dear Group,
I am creating a temporary table from an existing table
and I get the following error. I havent defined any
relationship between these two tables. Althought I got
the result what i wanted but I did not understand the
NOTICE that compiler gives.

=> select DISTINCT  *,*,*,*,*,*,*,* INTO temp_table
FROM <existing table1> where * =
table2.table_2_colName;

NOTICE:  adding missing FROM-clause entry for table
"probe_set"

Could any one please help me to understand this.

Thank you.

Kumar



__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: Using PERFORM in plpgsql throws compile errors
Следующее
От: Kumar S
Дата:
Сообщение: Duplicate entries with different primary keys (SERIAL)