Browse by Tags

All Tags » MSDN (RSS)

BUG: Aggregation

Q: I'm getting incorrect results when I run an aggregation query, such as the following: SELECT Orders.OrderDate, SUM(OrderLines.Quantity * OrderLines.QualityReference) AS Total FROM Orders inner join OrderLines on Orders.OrderNo = OrderLines.OrderNo...
Posted by Administrator | with no comments
Filed under: , ,

Finding more information

Q: Where can I get more information about SQL Server Compact Edition or provide feedback to the product team? A: The primary way to provide feedback to Microsoft is via the MSDN forums, in particular the SQL Server CE forum that can be found here . Laxmi...
Posted by Administrator | with no comments
More Posts