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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c1438 int tab1, tab2; local
1446 tab1 = pParse->nTab++;
1448 if( p->pOrderBy && matchOrderbyToColumn(pParse,p,p->pOrderBy,tab1,1) ){
1451 sqliteVdbeAddOp(v, OP_OpenTemp, tab1, 1);
1452 sqliteVdbeAddOp(v, OP_KeyAsData, tab1, 1);
1454 /* Code the SELECTs to our left into temporary table "tab1".
1456 rc = sqliteSelect(pParse, pPrior, SRT_Union, tab1, 0, 0, 0);
1484 sqliteVdbeAddOp(v, OP_Rewind, tab1, iBreak);
1486 iStart = sqliteVdbeAddOp(v, OP_FullKey, tab1, 0);
1489 rc = selectInnerLoop(pParse, p, p->pEList, tab1,
[all...]

Completed in 71 milliseconds