Erreur de réference sql (Bd Ingres)
Bonjour,
Je suis novice en Sql et j'ai une requete (que je prend d'une spec) qui ne passe pas et je ne comprends pas pourquoi. La requete est :
Code:
1 2 3 4
| select a.* from atfbiliti a, atfbildos b where a.fgpnrcpl='Y' and a.nodmd=
b.nodmd and a.dos=b.dos and (( dtdep between '20070101' and '20081231' )or
(exists (select * from atfditi e, atfitisegtmp f, atftspctg g where e.dos
=atfbiliti.dos and (e.lbae='' or e.lbae='D') ... ) ) |
L'erreur est :
E_PS0461 A <column reference> contained a <qualifier> 'atfbiliti'
which did not correspond to any of the <table reference>s
within whose scope the <column reference> appeared.
Merci à tous