Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Total the qty
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01414084
Message ID:
01414112
Vues:
47
>Something like
>
>SELECT * FROM myorder WHERE .F. INTO CURSOR crsOrders READWRITE
>append from "order.txt" sdf
>INSERT INTO myorder 
>  SELECT StockId , SUM(Qty)
>    GROUP BY StockId  
>
>

Sergey,

You forgot FROM clause in this INSERT statement.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform