Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Oracle java
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
--Oracle 11g Express Edition --please drop objects you've created at the end of the script --or check for their existance before creating --'\\' is a delimiter --select * from empx --select * from all_tables where table_name like '%MY_TIME_%' CREATE OR REPLACE Procedure UpdateCourse () IS BEGIN FOR c IN (SELECT EMPNO,ENAME,SAL FROM empx) LOOP execute immediate 'Create table MY_TIME_'|| EMPNO ||' AS Select X.* FROM Metadata X'; END LOOP; END;
absolute service time: 0,96 sec
edit mode
|
history
|
discussion