Обсуждение: AS?

Поиск
Список
Период
Сортировка

AS?

От
"Andreas Selenwall"
Дата:
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.

Re: AS?

От
Bruno Wolff III
Дата:
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.