Goto in SQL server in produzione

Esempi di codice

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'

Pagine correlate

Pagine di esempio simili

In altre lingue

Questa pagina è in altre lingue

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