Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL - Server Syntax
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00509329
Message ID:
00509884
Views:
17
Adding Storedetails.name to the group by should do it.

>Hi guys,
>
>I have 2 tables in sql server.
>
>Sales,Storedetails
>
>** In VFp I would write
>select sum(sales.qty),sum(sales.dollarvalue),storedetails.name,sales.store;
>from sales,storedetails;
>where sales.store = storedetails.store;
>group by sales.store
>
>If I try the same syntax in SQL-Server I get an error..
>Storedetails is not involved in an aggregate.. How do I get around this problem in SQL - Server..
Previous
Reply
Map
View

Click here to load this message in the networking platform