Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL question
Message
 
À
02/10/1999 01:31:12
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonésie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00271891
Message ID:
00271893
Vues:
16
>I have a table with item,qty_in and qty_out field, problem is ,
>how to make 1 sql statement that not include item which SUM(qty_in-qty_out) = 0 ?
SELECT * ;
 FROM tSenna ;
 WHERE qty_in <> qty_out ;
 INTO CURSOR cSenna
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform