Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: Inner join and count


Message #1 by SamS@e... on Thu, 1 Mar 2001 10:07:14 -0800
since you are doing an aggregate function, all items that are not in the 
aggregate function(s) have to be in the group by clause. You have
"prod.*" as one of the items, so all items in the prod table have to be in 
the group by clause.

Regards,
Wally

  Return to Index