Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem With CASE
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01328265
Message ID:
01328269
Views:
7
Thank you!

>You can have only one ELSE per CASE
>
>>I'm getting "Incorrect syntax near the keyword 'THEN'.". Anyone know what I'm doing wriong here?
>>
>>
>>
>>SELECT *,
>>	CASE
>>
>>  	  WHEN PAY_REC = 'REC' AND (NOTSHIP > CASH_BAL OR (NOTSHIP < CASH_BAL AND CASH_BAL > 0)
>>		THEN CASH_BAL - NOTSHIP
>>
>>	  WHEN PAY_REC = 'PAY' AND (NOTSHIP > CASH_BAL OR (NOTSHIP < CASH_BAL AND CASH_BAL > 0)
>>		THEN CASH_BAL
>	  ELSE 0
>>
>>	END AS Ar
>>
>>FROM Trades
>>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform