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
Title:
Problem With CASE
Miscellaneous
Thread ID:
01328265
Message ID:
01328265
Views:
54
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
		ELSE 0

	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
Next
Reply
Map
View

Click here to load this message in the networking platform