Talk:Hierarchical and recursive queries in SQL
![]() | The content of Common table expression was merged into Hierarchical and recursive queries in SQL on March 12, 2012. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. For the discussion at that location, see its talk page. |
![]() | Computing Start‑class Low‑importance | |||||||||
|
![]() | Databases (inactive) | |||
|
Is there any necessity for this incomplete article? Isn't it better just reference some good explanation (inside some article about queries) of the same topic than writing a bad article?--216.54.171.18 (talk) 14:38, 8 November 2013 (UTC)
Why non-standard CONNECT BY construct before the standard solution?
Is there a reason why the non-standard CONNECT BY construct comes before the standard CTE solution?
I guess most readers what the important information at the top. — Preceding unsigned comment added by Guettli (talk • contribs) 07:46, 9 June 2017 (UTC)
Introduction doesn't include MariaDB's support
So it seems out of date at least on this point — Preceding unsigned comment added by Tuxayo (talk • contribs) 17:03, 11 August 2017 (UTC)
Why not ISO/ANSI SQL terminology?
The SQL standard uses the term <with clause>, not "cte". I know cte is popular, but I would mention that as an vendor alternatative.