renee35
MIS
- Jan 30, 2007
- 199
Please help with the below error I am getting when testing this select statement:
Select
'Test' = Case when 1099flag = '1' then 0
else sum(isnull(checkamount,0)) end
from table2
Error: Line 2: Incorrect syntax near 'flag'.
Thanks a bunch!!
-T
Select
'Test' = Case when 1099flag = '1' then 0
else sum(isnull(checkamount,0)) end
from table2
Error: Line 2: Incorrect syntax near 'flag'.
Thanks a bunch!!
-T