Search found 2 matches

by dao
Fri May 28, 2010 8:28 pm
Forum: Language Issues
Topic: GROUP BY bug
Replies: 4
Views: 26893

Re: GROUP BY bug

When using COUNT in SUMMARIZE, there is no reason why COUNT would have a parameter, because the COUNT of any attribute is the same for all attributes.

Here's an example of using COUNT in SUMMARIZE:
[code]SUMMARIZE myvar1 BY {x} ADD (COUNT() AS n)[/code]

CAN I USE WHERE WITH SUMMARIZE?
by dao
Thu May 27, 2010 9:45 pm
Forum: Language Issues
Topic: GROUP BY bug
Replies: 4
Views: 26893

Re: GROUP BY bug

Me too I have some trouble with the use of group by with tutorial d.

Is it possible to define group by in Rel? If yes, then what is the correct syntax?