Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
4
--select * from emp1\\ -- display name of employee whose empid=7698 declare v_name emp1.ename%type; begin select ename into v_name from emp1 where empno=7698; dbms_output.put_line(v_name); end;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
factorial
oracle procedure example
ERR
To find out first day of month without trunc function
s
Detail1
Srinivas
Count of 'A' from given string
submask
get circle params
Please log in to post a comment.