回答編集履歴
1
urlをリンクに変更
answer
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
無意味な変数宣言やラベル定義を利用する方法があるようです。
|
2
|
+
|
3
|
+
What can i use for a no-op in T-SQL?
|
2
|
-
https://stackoverflow.com/questions/11268922/what-can-i-use-for-a-no-op-in-t-sql
|
4
|
+
[https://stackoverflow.com/questions/11268922/what-can-i-use-for-a-no-op-in-t-sql](https://stackoverflow.com/questions/11268922/what-can-i-use-for-a-no-op-in-t-sql)
|
3
5
|
```
|
4
6
|
IF @parm = 1
|
5
7
|
BEGIN
|