I have tried many different combinations I am posting my current combination.
My current error is Incorrect syntax near the keyword as
Any help is appreciated
Tom
My current error is Incorrect syntax near the keyword as
Any help is appreciated
Tom
Code:
SELECT ChgBillMonth
,(CONVERT (VARCHAR(100),CAST((ChargeAmt as Money),1)
----,sum(CurrentBalance) as Balance
--,sum(ChargeAmt) as ChargeAmt
--,sum(CurrentBalance) as Balance
FROM dbo.rpt_Infmtx_CurrentAR
WHERE ChgBillMonth='8/1/2013'
GROUP BY ChgBillMonth