Forum OpenACS Q&A: Response to sql difficulties

Collapse
Posted by David Kuczek on
Is there an aggregate function that would list the comment_ids, similiar to counting them.

I could imagine a
list(comment_id)
which I could use instead of the
(select comment_id from general_comments where user_id = gc.user_id and comment_type = gc.comment_type)) as x_gelesen