Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
3
DECLARE a number ; BEGIN a := :a ; IF ( a = 10 ) THEN dbms_output.put_line('Value of a is 10' ); ELSIF ( a = 20 ) THEN dbms_output.put_line('Value of a is 20' ); ELSIF ( a = 30 ) THEN dbms_output.put_line('Value of a is 30' ); ELSE dbms_output.put_line('None of the values is matching'); END IF; dbms_output.put_line('Exact value of a is: '|| a ); END;
run
|
edit
|
history
|
help
0
Srinivas
tabela
7
Trig
creation of table
alle angemeldeten Benutzer können eine gegebene aktion ausgeben
nago
Srinivas
My PLSQL
Practice