ORA-00928: missing SELECT keyword
Error: ORA-00928: missing SELECT keyword
Cause: A SELECT
subquery must be included in a CREATE VIEW
statement.
Action: Correct the syntax. Insert the required SELECT
clause after the CREATE VIEW
clause and then retry the statement.
Useful links: