Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Non-existent field in Query
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00715157
Message ID:
00715483
Vues:
15
Select p.prempl, p.txqtr ;
from a_prehtx pre, LEFT JOIN  a_prehtx p ON pre.prempl = p.prempl ;
where p.txqtr = '3' And (pre.txqtr = '2' OR p.prempl NOT IN (SELECT prempl FROM a_preftx)) ;
  AND (p.qtax = 0 AND p.qbase = 0 AND p.qwage = 0) ;
  AND p.ybase<>(pre.Ybase+NVL(p.qbase,0));
  AND pre.taxid = p.taxid ;
group by p.prempl, p.txqtr into cursor curNeedUpdate2
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform