Searched refs:pSub (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c1645 Select *pSub; /* The inner query or "subquery" */ local
1649 int iParent; /* VDBE cursor number of the pSub result set temp table */
1658 pSub = pSrc->a[iFrom].pSelect;
1659 assert( pSub!=0 );
1662 pSubSrc = pSub->pSrc;
1665 if( (pSub->isDistinct || pSub->nLimit>=0) && (pSrc->nSrc>1 || isAgg) ){
1669 if( p->pOrderBy && pSub->pOrderBy ) return 0;
1701 && pSub->pWhere!=0 ){
1757 substExprList(p->pEList, iParent, pSub
[all...]

Completed in 60 milliseconds