Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subquery is Invalid
Message
De
09/09/2005 13:04:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Subquery is Invalid
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Divers
Thread ID:
01048192
Message ID:
01048192
Vues:
70
Hi, All
I am having a brain cramp today , again. I am getting the above message on the following sql select statement. I had it in debug mode, and every table field had a value to it, be it blank or with the correct data. None of them were not found.
  SELECT tsks.clientid, tsks.prjnum, tsks.comp_num, ;
    tsks.task_num, "1" AS adj_num FROM tsks ;
    WHERE tsks.clientid + tsks.prjnum + tsks.comp_num NOT IN ;
    (SELECT DISTINCT adnt.clientid + adnt.prjnum, ;
    adnt.comp_num, adnt.task_num FROM adnt) ;
    INTO CURSOR ctsks
TIA
Beth
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform