转到SQL服务器的生产

代码示例

0
0

N

DECLARE @condition1 bit = 1;

-- Go to the section of code labeled "ExecB"
IF (@condition1 = 1) GOTO ExecB; 
  
ExecA:
    print 'A - Skipped'
    
ExecB:
    print 'B - Executed'

类似页面

带有示例的类似页面

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................