ora 923ORA-00923: FROM keyword not found where expected Below is the SQL : SELECT A.Agent_key, Sum(Total_Orders) FROM (SELECT A.Agent_key, Sum(Total_Orders)The 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. This