Bug #48610 Support recursive queries via WITH ... SELECT
Submitted: 6 Nov 2009 22:26 Modified: 7 Nov 2009 9:16
Reporter: Karsten Wutzke Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: General Severity:S4 (Feature request)
Version:Any OS:Any
Assigned to: CPU Architecture:Any
Tags: recursive, UNION, with

[6 Nov 2009 22:26] Karsten Wutzke
Description:
I'm not sure if this has been reported before:

Add support for SQL:1999 extended relational algebra, that is recursive queries in the form

WITH ...
SELECT ...

How to repeat:
Create a tree structure and try to query it without any assumptions - bummer...

Suggested fix:
-
[7 Nov 2009 9:16] Valeriy Kravchuk
This is a duplicate of Bug #16244.