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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c1643 Select *pSub; /* The inner query or "subquery" */ local
1647 int iParent; /* VDBE cursor number of the pSub result set temp table */
1656 pSub = pSrc->a[iFrom].pSelect;
1657 assert( pSub!=0 );
1660 pSubSrc = pSub->pSrc;
1663 if( (pSub->isDistinct || pSub->nLimit>=0) && (pSrc->nSrc>1 || isAgg) ){
1667 if( p->pOrderBy && pSub->pOrderBy ) return 0;
1699 && pSub->pWhere!=0 ){
1755 substExprList(p->pEList, iParent, pSub
[all...]

Completed in 32 milliseconds