Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select for a Report
Message
De
10/03/2003 16:59:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00763620
Message ID:
00763951
Vues:
15
Hi Sergey,

Thank's for your response, i try that with my real table name, like
SELECT ficmolde, ficmater, ;
    SUM(IIF( movimento <= 49, Quantidade, 0)) AS Qin, ;
    SUM(IIF( movimento >  51, Quantidade, 0)) AS Qout, ;
    from ficmvmp ;
    group by 1,2
and it gives an error to me
'command is missing required clause'
Thank's

João
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform