Subject | Re: [ib-support] Why this query want generate ambiguos messages? |
---|---|
Author | Martijn Tonies |
Post date | 2002-09-09T16:43:09Z |
Hi,
select DESCRIZIONE <- from what table? Put a table alias in front of it.
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> I am using FB 1.0You've answered your own question...
> why this query want generate ambiguous message?
>
> select DESCRIZIONE from MACCHINE m
> left outer join DEPOSITI d on d.oid=m.oid_deposito
> left outer join CLASSI_MACCHINE c on c.oid=m.oid_classe_macchina
> where d.oid=13055
>
> both DEPOSITI and CLASSI_MACCHINE own a DESCRIZIONE field...
>
select DESCRIZIONE <- from what table? Put a table alias in front of it.
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."