Skip to content

Tag: oracle

Oracle Sql join two tables

I have a query joining two tables. RESULT_TABLE: ID, TEST_RESULT , TEST_STATUS EMAIL_TABLE: ID, EMAIL_TYPE, EMAIL_ADDRESS The RESULT_TABLE will typically have only one result per student. A …

Error missing identifier oracle in FROM at line 13

It says there is an error at line 13. It says: I don’t understand what it means. Please, help. Edit: I also tried this: It says it doesn’t recognize ‘departamento.nombre’ Answer seems you missed a table .. try add a join for departamento