Searched refs:aId (Results 1 – 2 of 2) sorted by relevance
463 create table b (id integer primary key, aId integer, text);468 select a.id, b.id, b.text from a join b on (a.id = b.aId)
6690 } aId[] = { in test_limit() local6719 for(i=0; i<sizeof(aId)/sizeof(aId[0]); i++){ in test_limit()6720 if( strcmp(zId, aId[i].zName)==0 ){ in test_limit()6721 id = aId[i].id; in test_limit()6725 if( i>=sizeof(aId)/sizeof(aId[0]) ){ in test_limit()