Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple SQL approach
Message
 
 
À
20/07/2011 11:50:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01518656
Message ID:
01518657
Vues:
103
This message has been marked as the solution to the initial question of the thread.
Add
GROUP BY Order
>I am so rusty with VFP I have to re learn everything when the boss gives me a project.
>
>Here is my issue, should be simple for you guys.
>
>I have a cursor that consists of data records similar to this
>
>Fields; Order, Item, quantity, unitprice, extendedprice (qty * unitprice)
>
>each order may have multiple items
>
>I want to create a crusor that has each unique order with a total
>
>If I do a SELECT SUM(extendeprice) it gives me the sum of all orders.
>I only want the sum of the extended price for each order.
>
>since I only have one cursor involved, am I correct in using SQL statements.
>
>data example shown as a snapshot jpg image.
>
>I want to create a cursor with each individual order as a record with the sum price of all items on that order.
>
>Sorry for asking something so basic, but I am really out of touch with vfp lately.
>
>steve
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform