Closed GoogleCodeExporter closed 9 years ago
Hi,
Thanks for reporting this issue. I have added it to the roadmap. It will be
implemented eventually, but currently the priority is relatively low.
Original comment by thomas.t...@gmail.com
on 2 Aug 2010 at 12:17
I have added the feature to the roadmap.
Original comment by thomas.t...@gmail.com
on 15 Aug 2010 at 8:44
Just to add to this one, but shouldn't this also work without the "(n)" after
the t?
with t as (
select 1
)
select * from t
This also fails, but with a different error.
Syntax error in SQL statement "WITH T AS[*] (
SELECT 1
)
SELECT * FROM T "; expected "., ("; SQL statement:
with t as (
select 1
)
select * from t [42001-174] 42001/42001 (Help)
Perhaps this is related, but if not, maybe it can be addressed at the same time?
Original comment by tad...@gmail.com
on 11 Nov 2013 at 9:23
Not sure why this is low priority. I am sure at this point it will never be
fixed, but a non-recursive CTE is a much more common use that the recursive
version. How many lost developer hours will it take to bump this up a bit?
Original comment by elde2...@gmail.com
on 6 Jan 2015 at 9:45
Original issue reported on code.google.com by
byouinza...@gmail.com
on 28 Jul 2010 at 10:39