On 12/18/05, Bernt M. Johnsen <[EMAIL PROTECTED]> wrote: > You're just missing a small detail: > > select count(*) from (select distinct person_id, project_id from > person_project) as t(a,b);
Yup, thanks, that works! But is there any chance for support for SELECT COUNT(DISTINCT person_id, project_id) FROM person_project ? would make things a lot easier for us :-) regards, Tom
