Smart SQL Tools for Every Database

Top 10 SQL Errors

How to Fix Oracle ORA-00904: invalid identifier

Oracle cannot recognize a column name, alias, or identifier.

Example error message

ORA-00904: invalid identifier

Common causes

Quick fix

SELECT name FROM users;

Checklist

Back to Top 10 SQL Errors