Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
max of 2(function)
declare a number; b number; c number; function findmax(x IN number,y IN number) return number is z number; begin if x>y then z:=x; else z:=y; end if; return z; end; begin a:=23; b:=45; c:=findmax(a,b); dbms_output.put_line('max of (23,45)'||c); end;
run
|
edit
|
history
|
help
0
Trig
if-else condition in pl/sql
get circle params
Sample 2 Table
add pl/sql
Cursor Employee Table. [Table create, insert and display]
Srinivas
Srinivas
record type
0607-3