Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Multiplication table
Declare a number; b number; n number; Begin a:=2; for n in 1..20 loop b := a * n; dbms_output.put_line(a||' * '||n|| ' = ' ||b); end loop; End;
run
|
edit
|
history
|
help
0
function to check if reverse of a string s1 is a superstring of string s2.
Srinivas
Регулярное выражение, ограничить количество
Srinivas
nth highest salary in Oracle using DENSE_RANK
DEMO.CUSTOMER
Aditya ADMT
t1
5
first_program