I am running the below case statement and getting the below error. I have no idea why its not working, it seems so simple, but i am not trying to convert anything. Does anyone know what the problem is?
CASE
WHEN [AMOUNT] >= 0 AND [ATCODE] = 'A'
THEN 'Asset'
Conversion failed when converting the varchar value 'Asset' to data type int.