Re: [SQL] ERROR: ExecEvalAggref: no aggregates in this expression context

2000-07-05 Thread Tom Lane
Paul McGarry <[EMAIL PROTECTED]> writes: > Can someone tell me what this error message means: > ERROR: ExecEvalAggref: no aggregates in this expression context > Does it mean that there aren't any aggregate in the expression > context when there should be. Yup. ExecEvalAggref is supposed to fet

[SQL] ERROR: ExecEvalAggref: no aggregates in this expression context

2000-07-05 Thread Paul McGarry
Hello, Can someone tell me what this error message means: == ERROR: ExecEvalAggref: no aggregates in this expression context == Does it mean that there aren't any aggregate in the expression context when there should be. Does it mean there are and there shouldn't be? For that ma