Hi, When I tried to execute the below given query it is getting executed in Oracle but it is not getting executed in SQL or MYSQL. Can any one help me in solving this query. Table is the basic(predefined schema) employee table in Oracle. Query: select max(avg(sal)) from employee group by deptno; //executes in Oracle// but when I write the same above query using max(avg(sal)) this function gives an error in MYSQL Thanks and Regards, Ravi Varma G
Please do not make duplicate posts. It will multiple posts running in parallel. This issues is discussed in a different thread: http://sql-server-performance.com/Community/forums/t/31392.aspx Moderators, Can we close this thread please