[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

Popular posts from this blog

[Solved]SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape

Read the excel and insert data into My SQL using Python