Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp Equvalant Sql Server Command
Message
 
 
To
04/09/2005 01:37:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01046640
Message ID:
01046641
Views:
15
Select Code, Sum(Amt * Qty ) from Xyz 
  GROUP BY code
>Sele Code, Sum(Amt * Qty ) from Xyz into Cursor Cur1
>
>How will i convert this Sql Statement to Sql Server Commnad
>
>i Tried in this way that
>
>"Select Code, Sum({(Amt * Qty )}, Amount) from Xyz "
>But its giving error
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform