Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
if-else condition in pl/sql
declare a number; begin a:=20; if(a<60)then dbms_output.put_line('a is lessthan 60'); else dbms_output.put_line('a is greater than 60'); end if; end;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
PL/SQL Control Statements
Srinivas
find if Xm % n is less than z and not equal to y.
First_Last_Day
Rdbms
Prime number
change output of table strings and numbers using ascii value modification
MIX
neha1
add of two num
Please log in to post a comment.