Hey Guys I'm getting a msg:Incorrect syntax near '('.
on the following code
Set @P_Amt (Select Sum(Cast(P_Amount as Numeric)) FROM tblArchive
Where RunDate >= @First_Day_Prev_Month
AND RunDate <= @Last_Day_Prev_Month)
Can anyone see what I'm missing?