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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c1440 int tab1, tab2; local
1448 tab1 = pParse->nTab++;
1450 if( p->pOrderBy && matchOrderbyToColumn(pParse,p,p->pOrderBy,tab1,1) ){
1453 sqliteVdbeAddOp(v, OP_OpenTemp, tab1, 1);
1454 sqliteVdbeAddOp(v, OP_KeyAsData, tab1, 1);
1456 /* Code the SELECTs to our left into temporary table "tab1".
1458 rc = sqliteSelect(pParse, pPrior, SRT_Union, tab1, 0, 0, 0);
1486 sqliteVdbeAddOp(v, OP_Rewind, tab1, iBreak);
1488 iStart = sqliteVdbeAddOp(v, OP_FullKey, tab1, 0);
1491 rc = selectInnerLoop(pParse, p, p->pEList, tab1,
[all...]

Completed in 115 milliseconds