RE: select on multiple tables
От
Peter Eisentraut
Тема
RE: select on multiple tables
Дата
Msg-id
Pine.LNX.4.30.0108211823290.856-100000@peter.localdomain
Ответ на
RE: select on multiple tables (Dave Cramer)
Список
Дерево обсуждения
RE: select on multiple tables "Carterette, Ben" <bcarterette@mail.liberty.k12.mo.us>
Re: select on multiple tables Rene Pijlman <rpijlman@wanadoo.nl>
RE: select on multiple tables "Dave Cramer" <Dave@micro-automation.net>
RE: select on multiple tables Peter Eisentraut <peter_e@gmx.net>
Dave Cramer writes: > Unfortunately id doesn't return A.c and B.c. Try it in psql... > > One way to solve this is to fix the backend to return fully qualified > column names. The backend is doing the right thing. In the most general case of a complex join you don't even know what table a column came from. If you have ambiguous names you should be using AS clauses or JOIN syntax. SQL actually requires to raise an error if you have duplicate output column names, IIRC. -- Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter
В списке pgsql-jdbc по дате отправления