You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a CTE is used inside a CTE query we should check if this CTE was declared via a with* call and through an exception if this is not the case. This makes it easier for the user to spot mistakes.