[Solved]-ORA-00904: invalid identifier 00904. 00000 - "%s: invalid identifier"
Problem- ORA-00904: invalid identifier
00904. 00000 - "%s: invalid identifier"
Solution-
1. Check the spelling of column name of table . What exactly stored in Database
2. Check if any alias given to table, so that column is not getting referenced correctly
Comments
Post a Comment