RE: Select problem

Поиск
Список
Период
Сортировка
Искать
От
patrick.wolf@Aerojet.com (WOLF, PATRICK)
Тема
RE: Select problem
Дата
Msg-id
63A19D0F08E6D211AD740008C7B1C47B02FE165E@APD-MAIL1
Список
Дерево обсуждения
Select problem "Karl F. Larsen" <k5di@zianet.com>
Re: Select problem John McKown <jmckown@prodigy.net>
try inserting the table name in the select, like this:

		select user, biglist.armycall
		from data, biglist
	where user.armycall = biglist.armycall

Pat
> -----Original Message-----
> From:	Karl F. Larsen [SMTP:k5di@zianet.com]
> Sent:	Monday, August 14, 2000 9:30 AM
> To:	pgsql-novice@postgresql.org
> Subject:	[NOVICE] Select problem
> 
> 
> 	I have a simple 3 table database with armycall as the common key
> and it all works fine when I doa select like so:
> 
> 	select user, doer
> 	from data, biglist
> 	where user.armycall = biglist.armycall;
> 
> but if I want to get the column armycall and use:
> 
> 	select user, armycall
> 	from data, biglist
> 	where user.armycall = biglist.armycall
> 
> I get an error that armycall is ambiguous.
> 
> 	Does anyone know how to correct this?
> 
> Yours Truly,
> 
>   	 - Karl F. Larsen, k5di@arrl.net  (505) 524-3303  -
В списке pgsql-novice по дате отправления
От: Karl F. Larsen
Дата:
Сообщение: Select problem
От: Chris Ryan
Дата:
Сообщение: Re: Select problem
FAQ