Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select for a Report
Message
From
10/03/2003 16:59:41
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00763620
Message ID:
00763951
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform