aggregated function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What does this mean?

You tired to execute a query that does not include the specific expression "
" as part of an aggregated function.

Thanks
Chey
 
Try Compact & Repair your database.

If it doesn't work, please post relevant Table details and the SQL String of
your Query.
 
Chey:

It sounds like you have query where an expression used in the query is
neither in a GROUP BY clause nor is the operand of an aggregation operator
such as SUM, MAX etc.

If you post the SQL of the query here we can probably be of more assistance.

Ken Sheridan
Stafford, England
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top