Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not Unique and must be Qualified
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Not Unique and must be Qualified
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01431714
Message ID:
01431714
Vues:
132
Hi Gang!

The code below gives me an error....

" 'Plan_ID' is not unique and must be qualified"
SELECT n_505_f5,n_509_f9,plan_id,tp_order,n_503_f3,;
	n_558_aw,n_559_ax,n_507_f7,n_506_f6,n_409_d9, ;
	n_504_f4, n_526_fq ;
	FROM rx_claim, third_party_plans ;
	WHERE (rx_claim.rx_no = rx.rx_no);
		AND (rx_claim.refill_no = rx.refill_no) AND ((rx_claim.statuscode = 2) OR (rx_claim.statuscode = 4));
		AND (rx_claim.n_103_a3 = "B1") ;
		AND (rx_claim.plan_id = third_party_plans.plan_id) ;
		ORDER BY rx_claim.tp_order DESC INTO CURSOR csrMultiThirdParty
In rx_claim, Plan_ID refers to the Plan_ID in the Third_party_plans... the Plan_ID is unique in third_party_plans...

So, what should I look for? First time I've run across this error!!!!

Thanks!
Tommy Tillman A+ NetWork+ MCP
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform