經安全檢測,此網站為安全網站,請放心前往原始網址!

Control flow in T-SQL SP using IF..ELSE IF - are there other ways? - Stack Overflow

I need to branch my T-SQL stored procedure (MS SQL 2008) control flow to a number of directions: CREATE PROCEDURE [fooBar] @inputParam INT AS BEGIN IF @inputParam = 1 BEGIN ... END ELSE IF @inputParam = 3 BEGIN ... END ELSE IF @ ...

stackoverflow.com

網址安全性掃描由 google 提供