Re: Why can’t recursive queries contain...?
- From: --CELKO-- <jcelko212@xxxxxxxxxxxxx>
- Date: Fri, 6 Nov 2009 18:30:04 -0800 (PST)
MS SQL Server is a minimal subset of the ANSI/ISO Standards. In
Standard SQL, the WITH clause is "WITH [RECURSIVE]<cte name>" so that
the compiler gets to change modes when a CTE is recursive. There are
other differences. I am at speaking at PASS now and then going to SQL
Connections, so I do not have my Standards with me; Google around for
it.
I think the Standard might allow for any set operator between the
fixpoint table expression that does not cause infinite recursion.
.
- References:
- Why can’t recursive queries contain...?
- From: klem s
- Why can’t recursive queries contain...?
- Prev by Date: Re: SSIS hitting FK violation - need to ignore the error rows - have package succeed
- Next by Date: Re: Translating ANSI-SQL to Transact SQL
- Previous by thread: Re: Why can’t recursive queries contain...?
- Next by thread: Re: Why can’t recursive queries contain...?
- Index(es):
Relevant Pages
|