ORA-00928

Error: ORA-00928: missing SELECT keyword

Causa: A SELECT subquery must be included in a CREATE VIEW statement.

Acción: Correct the syntax. Insert the required SELECT clause after the CREATE VIEW clause and then retry the statement.

COMENTARIOS:

por ivan cabrera fierro | 31/07/2012 01:07:22

RE: ORA-00928

SQL> insert into(codigo,nombre,laboratorio,precio,cantidad)
2 values(1,'aspirina','afcquimiq',50,400);
insert into(codigo,nombre,laboratorio,precio,cantidad)
*
ERROR en línea 1:
ORA-00928: missing SELECT keyword ?????????????????????????????????????????????????????????????????????????????????????????????????????????