Searched refs:JT_NATURAL (Results 1 – 2 of 2) sorted by relevance
3182 #define JT_NATURAL 0x04 /* True for a "natural" join */ macro
266 /* (0) natural */ { 0, 7, JT_NATURAL }, in sqlite3JoinType()505 if( pRight->fg.jointype & JT_NATURAL ){ in sqlite3ProcessJoin()