質問編集履歴
1
エラーメッセージを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
以下の様な使いかたをしたいです
|
1
|
+
以下の様な使いかたをしたいのですが、
|
2
|
+
Incorrect syntax near the keyword 'CASE'.というエラーが出てしまいます。
|
2
3
|
```t-sql
|
3
4
|
select * from A
|
4
5
|
where A.b IN case when @cc = 1 then (1,2)
|