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:18
typo
with recursive t(n) as (
select 1
union all
select 2
)
select * from t
Original comment by byouinza...@gmail.com
on 11 Aug 2010 at 4:20
I have added the feature to the roadmap.
Original comment by thomas.t...@gmail.com
on 15 Aug 2010 at 8:44
Original issue reported on code.google.com by
byouinza...@gmail.com
on 28 Jul 2010 at 10:43