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:
01328268
Views:
6
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
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform