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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c416 int hasDistinct; /* True if the DISTINCT keyword is present */ local
424 hasDistinct = distinct>=0 && pEList && pEList->nExpr>0;
425 if( pOrderBy==0 && !hasDistinct ){
446 if( hasDistinct ){

Completed in 19 milliseconds