Forum OpenACS Q&A: Response to SQL: Distinct Counting Help

Collapse
Posted by Don Baccus on
Or, actually, PG does support SQL92's "count(distinct ..)" so

select count(distinct user_id) from page_view;