Oracle SQL-3.729.1100
Oracle SQL | |
|---|---|
Primary Features
Limitations
Special Notes
|
Parameter Setting Examples
Example SQL file
--- insert static records
INSERT INTO foo (name, age)
values
('nobody me', 100),
(‘foobar', 200)
Return Code
Code | Meaning |
|---|---|
0 | Execution successful |
9 | Execution failed |