Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2289 visitors today
Log In Register

Forum OpenACS Q&A: Response to sql difficulties

OpenACS Home : Forums : OpenACS Q&A : Response to sql difficulties : One Message

+
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