Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command contains unrecognized phrase/keyword
Message
De
24/12/2006 10:35:03
Suhas Hegde
Dental Surgeon
Sirsi, Inde
 
 
À
24/12/2006 10:30:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01180003
Message ID:
01180046
Vues:
17
SELECT stk_code,trn_type,trn_date, ;
SUM(nvl(trn_qnty,0)) AS m1_t ;
FROM test ;
WHERE MONTH(trn_date)=1 AND trn_type=1 and between(trn_date,ldStart,ldEnd) ;
GROUP BY stk_code,trn_type,trn_date
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform