Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
fff
declare n number; rem number; m number; temp number:=0; begin n:=111; m:=n; while n>0 loop rem:=mod(n,10); temp:=(temp*10)+rem; n:=trunc(n/10); end loop; if m = temp then dbms_output.put_line('true'); else dbms_output.put_line('false'); end if; end;
run
|
edit
|
history
|
help
0
addition of arrays
Srinivas
Srinivas
3_max_value_where_job_is_manager
s
Srinivas
pl/sql basic print hello world
Srinivas
ishu
DECODE() example