ORA-00917 Error Message
Learn the cause and how to resolve the ORA-00917 error message in Oracle.
Description
When you encounter an ORA-00917 error, the following error message will appear:
- ORA-00917: missing comma
Cause
You tried to execute a statement, but you missed a required comma.
Resolution
The option(s) to resolve this Oracle error are:
Option #1
Try fixing the statement and re-executing.
If you need to check out the proper syntax for your SQL statement, you can view the following pages:
SELECT Statement
INSERT Statement
UPDATE Statement
DELETE Statement
INSERT Statement
UPDATE Statement
DELETE Statement
Some other useful pages are:
IN Condition
UNION Query
UNION ALL Query
Subqueries
Joins
UNION Query
UNION ALL Query
Subqueries
Joins
No comments:
Post a Comment