Searched defs:Cte (Results 1 – 1 of 1) sorted by relevance
12061 struct Cte { /* For each CTE in the WITH clause.... */ struct12062 char *zName; /* Name of this CTE */12063 ExprList *pCols; /* List of explicit column names, or NULL */12064 Select *pSelect; /* The definition of this CTE */12065 const char *zErr; /* Error message for circular references */