MySQL Forums
Forum List  »  Newbie

Is MySQL planning to implement CTE and Window functions ?
Posted by: Steven NAUDET
Date: June 13, 2010 10:33AM

Hi guys,

I can't find the information on Google, so i'm asking here.
Is MySQL planning to implement CTE (Common Table Expression, with recursive query) and Window functions (row_number(), rank(), dense_rank(), lag(), etc..) ?

CTEs are defined in SQL:1999 standard.
Window functions are defined in SQL:2003 standard.

Those two functionnality are so usefull.. many query can't be written with MySQL due to this miss.
Every other RDBMS are implementing them now; PostgreSQL, SQL Server, Oracle...

So what's happening whith MySQL about that ?

I hope someone can answer.
Thanks,

PS: please excuse my English.

Options: ReplyQuote


Subject
Written By
Posted
Is MySQL planning to implement CTE and Window functions ?
June 13, 2010 10:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.