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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c1440 int tab1, tab2; local
1449 tab2 = pParse->nTab++;
1461 /* Code the current SELECT into temporary table "tab2"
1463 sqliteVdbeAddOp(v, OP_OpenTemp, tab2, 1);
1464 sqliteVdbeAddOp(v, OP_KeyAsData, tab2, 1);
1470 rc = sqliteSelect(pParse, p, SRT_Union, tab2, 0, 0, 0);
1489 sqliteVdbeAddOp(v, OP_NotFound, tab2, iCont);
1498 sqliteVdbeAddOp(v, OP_Close, tab2, 0);

Completed in 85 milliseconds