Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding quantity in free table
Message
De
19/12/2006 09:57:18
 
 
À
19/12/2006 09:50:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01178051
Message ID:
01178849
Vues:
21
Sorry, we cannot move further until you will tell me if this SQL returns right data:
SELECT vendorID, ;
cnt(*) AS NumReceipts, ;
SUM(qtyrecv) AS QtyRecv, ;
SUM(qtyrej) AS QtyRej ;
FROM PoEntry ;
INTO CURSOR VndrPerf ;
group by 1
It doesn't mean that anything else Ok, but you claim that data result is wrong so you got to make sure firstly that this SQL really works for you.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform