Maneesh A N

Maneesh A N

  • NA
  • 179
  • 104.5k

Summing Columns

Sep 2 2013 3:26 AM

SELECT  SI.vItemName, SI.iNos, SI.deAmount,TS.dInvoiceDate SUM(SI.tblSalesItem.orders) FROM tblSales TS
INNER JOIN tblSalesItem SI ON TS.iSalesID=SI.iSalesID GROUP BY  SI.vItemName, SI.iNos, SI.deAmount,TS.dInvoiceDate


ERROR IN SQL 2005
  Msg 102, Level 15, State 1, Line 7
Incorrect syntax near 'SI'.


PLEASE  CORRECT?
 






Answers (3)