Re: Do FROM items of different schemas conflict?

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Do FROM items of different schemas conflict?
Дата
Msg-id 3C895797.7020207@joeconway.com
обсуждение исходный текст
Ответ на Do FROM items of different schemas conflict?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Joe Conway <mail@joeconway.com> writes:
> 
>>This works in Oracle 8.1.6
>>
> 
> So what does Oracle do with
> 
> select plan_table.operation from apps.plan_table, cyapps.plan_table;
> 
> ??
> 

SQL> select plan_table.operation from apps.plan_table, cyapps.plan_table;

select plan_table.operation from apps.plan_table, cyapps.plan_table

ORA-00918: column ambiguously defined


Joe



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Do FROM items of different schemas conflict?
Следующее
От: Fernando Nasser
Дата:
Сообщение: Re: Do FROM items of different schemas conflict?