Re: [INTERFACES] Tables names from query

Поиск
Список
Период
Сортировка
От tolik@icomm.ru (Anatoly K. Lasareff)
Тема Re: [INTERFACES] Tables names from query
Дата
Msg-id 87hfsek63j.fsf@tolikus.hq.aaanet.ru
обсуждение исходный текст
Ответ на Tables names from query  (Philip Shiels <philip.shiels@jrc.it>)
Список pgsql-interfaces
>>>>> "PS" == Philip Shiels <philip.shiels@jrc.it> writes:

 PS> I'm currently developing a postgres DB backend to my current project and have
 PS> the following problem. If I execute a query I need to know the table the
 PS> returning fields belong to. For example :

 PS> SELECT x.y, z.y from x, y where x.key = z.key

select x.y as xy, z.y as zy from x, y where x.key = z.key
           ^^^^^      ^^^^^
????

--
Anatoly K. Lasareff              Email:       tolik@icomm.ru
Senior programmer

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

Предыдущее
От: Philip Shiels
Дата:
Сообщение: Tables names from query
Следующее
От: Michael Contzen
Дата:
Сообщение: What is SQLForeignKeys in ODBC-Driver