Re: [GENERAL] Error in Adding All Tables

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: [GENERAL] Error in Adding All Tables
Дата
Msg-id 490D0188.5060301@commandprompt.com
обсуждение исходный текст
Ответ на Error in Adding All Tables  (salman Sheikh <salman_sheikh@web.de>)
Список pgsql-odbc
salman Sheikh wrote:
>
>
> Hi freinds,
> i wanted to add my all tables once in MFC application,
>
> i have a databank,which has 11 tables and i want to add them all togather.
>
>  After Adding all tables, it shows me always this errors by debugging.
>
>
> ERROR: column reference "ctid" is ambiguous;
> Error while executing the query

This means you did this:

SELECT ctid,ctid from table1, table2

But it doesn't know which ctid belongs to which table. You need to use
aliases or dotted notation.

Joshua D. Drake

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

Предыдущее
От: justin
Дата:
Сообщение: Re: [GENERAL] Error in Adding All Tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Behavior change of FK info query