Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
shailendra
create or replace function maturity_amt (pri_amt number) return number is begin select sysdate from dual; return(1); end;
run
|
edit
|
history
|
help
0
Srinivas
prgms ora
SQL Test
pl/sql basic print hello world
My PLSQL
SELECT table_name FROM user_tables
Srinivas
Sum of n numbers
Srinivas
PL/SQL declaracionVariables