Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fieldname is not unique and must be qualified. What?
Message
 
À
11/04/2005 12:22:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Divers
Thread ID:
01003402
Message ID:
01003406
Vues:
20
This message has been marked as the solution to the initial question of the thread.
>I run the following lines of code in VFP command window and get the error. I swear that the fieldname (custmer_id in this case) is qualified, but it still won't run. Any one see something I missed?
>
>
>select ctemp.custmer_id, state, potncust.name_full from ctemp, potncust ;
>  where ctemp.custmer_id = potncust.custmer_id order by state, custmer_id into cursor ctemp1
>
>select potncust.custmer_id, state, potncust.name_full from ctemp, potncust ;
>  where ctemp.custmer_id = potncust.custmer_id order by state, custmer_id into cursor ctemp1
>
>
>TIA
>Beth


In ORDER BY customer_id is not qualified and state also.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform