ora 923Learn the cause and how to resolve the ORA-00923 error message in Oracle. You tried to execute a SELECT statement, and you either missed or misplaced the FROM keyword.You are missing the comma between them. Which is why Oracle believes the word FROM was missing at the end of the third . Fix this and