Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
first_program
--Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production --please drop objects you've created at the end of the script --or check for their existance before creating --'\\' is a delimiter select banner as "oracle version" from v$version declare var1 varchar2(10); num1 number(3); begin var1 := 'Tutorials'; num1 := 100; dbms_output.put_line('val1 :' || var1); dbms_output.put_line('Num1 :' || num1); end
run
|
edit
|
history
|
help
0
pl/sql basic print hello world
Test
ttt
myWorkbench
Srinivas
DEMO.CUSTOMER
admt
tabela
change output of table strings and numbers using ascii value modification
regexp example