Re: query with COUNT (what am I doing wrong?)
> IIRC, the SQL standard requires that when you mix aggregate functions
> with columns (or non-aggregate functions) you must GROUP BY all
> non-aggregate columns or functions.
could you suggest a place online where I can find tips like this one? |