Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query too complex
Message
De
19/02/2009 23:26:49
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:
01383014
Vues:
54
Hi,
I have also been here too long also, I was working on the wrong table.

>>Hi,
>>Both yours and Sergeys answers still give "Too Complex" errors.
>
>Are you sure that curRemove is the real cursor (created with NOFILTER clause)?
>
>How big are both cursors?
>
>You can also try
>
>select PatID from curRemove ;
>LEFT JOIN curExcept on curRemove.PatID = curExcept.PatID ;
>where curExcept.PatID IS NULL into cursor curReallyRemove nofilter
>
>delete Pattern from Pattern inner JOIN curReallyRemove on Pattern.PaidID = curReallyRemove.PatID
>
>I think both mine and Sergey's queries were wrong originally. But it's funny we both made the same mistake. It just shows that we have been here too long :)
Regards N Mc Donald
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform