Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query too complex
Message
 
 
À
19/02/2009 22:30:54
Neil Mc Donald
Cencom Systems P/L
The Sun, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Divers
Thread ID:
01383004
Message ID:
01383005
Vues:
84
This message has been marked as a message which has helped to the initial question of the thread.
In VFP DELETE and UPDATE statements are much more limited than SELECT. Also, I don't see where 'xpat' table comes from.
Try this way
Delete pattern From pattern ;
		JOIN CurRemove ON CurRemove.patid = pattern.patid ;
		LEFT JOIN CurExcept ON CurExcept.patid = pattern.patid ;
	WHERE CurExcept.patid IS NULL
> Anyone have any idea why the following code would be throwing a "Too Complex" error.
>
>
>Delete From pattern ;
>Where pattern.patid In (Select CurRemove.patid From CurRemove) ;
>.and. xpat.patid Not In (Select CurExcept.patid From CurExcept)
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform