Goto 에서 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
..................................................................................................................