philippe
User
 Junior Boarder
| Posts: 13 |   | Karma: 0 |
|
use of smicolon at the end of an instruction
|
|
Posted: 2003/05/27 21:18 |
|
|
|
|
SQL+ accept ';' at the end of each instruction as create table or alter or create procedure.
with OCI semicolon is prohibited for some instructions (select, create table...)and required for others (create procedure...).
Is it possible to accept ';' for each instruction?
Thanks Philippe
|
|