http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions001.htm#sthref964
Analytic functions compute an aggregate value based on a group of rows. They differ from aggregate functions in that they return multiple rows for each group.
|
http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions001.htm#sthref964
|
|||||||
|
|
NO, it is one of the main lack of MySQL, compared to others DBMS like MSSQL, Oracle, PostgreSQL. I strongly doubt to see Window Functions in MySQL in any future, especially after Oracle acquisition of MySQL ... |
|||
|
|
|
There is a commercial product for SQL Server that provides in-database analytic functions and it can be connected to an oracle or MySQL database via 'linked servers'/odbc - here is an article describing it: http://westclintech.com/Blog/tabid/132/EntryId/88/Using-XLeratorDB-with-MySQL-and-other-RDBMS-s.aspx This requires having a Windows o/s and SQL Server 2005 or later (which the Express version is free) |
|||
|
|