ora 923The error message ORA-00923 points to a problem in the SQL statement structure, specifically indicating that the FROM keyword is not where Oracle expects it to be. ThisYou 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