Skip to content
Advertisement

why i got error ora-00904 invalid identifier in insert into table?

I have 2 tables MR_FILES and WEBSITE_USERS i need to insert data from first table to secode table but i got the error ora-00904 website_users.patient_no invalid identifier , but the column already exist in the both table with same datatype number(12), this is the SELECT statement :

what is the error ?

Advertisement

Answer

This sounds like you want an update:

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement