Re: AS?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: AS?
Дата
Msg-id 20030523014857.GB13701@wolff.to
обсуждение исходный текст
Ответ на AS?  ("Andreas Selenwall" <asl01003@student.mdh.se>)
Список pgsql-sql
On Mon, May 19, 2003 at 16:55:06 +0100, Andreas Selenwall <asl01003@student.mdh.se> wrote:
> How do I use AS?
> I want to do a JOIN but I have two columns with the same name. I thought that postgresql might solve this as ACCESS
does,by giving the columns names like Table1.id and Table2.id, but he didn't.
 

You should be able to qualify the column names with the table names.
Why don't you show us what you did and what results you got.


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: tablename as attribute in pgplsql
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Another sub-select problem...