sqliteExprAnalyzeAggregates
nErr = sqliteExprAnalyzeAggregates(pParse, pExpr->pLeft);
nErr = sqliteExprAnalyzeAggregates(pParse, pExpr->pRight);
nErr = sqliteExprAnalyzeAggregates(pParse, pExpr->pList->a[i].pExpr);
if( sqliteExprAnalyzeAggregates(pParse, pEList->a[i].pExpr) ){
if( sqliteExprAnalyzeAggregates(pParse, pGroupBy->a[i].pExpr) ){
if( pHaving && sqliteExprAnalyzeAggregates(pParse, pHaving) ){
if( sqliteExprAnalyzeAggregates(pParse, pOrderBy->a[i].pExpr) ){
int sqliteExprAnalyzeAggregates(Parse*, Expr*);