count function alternative in postgres - Mailing list pgsql-general

From junaidmalik14
Subject count function alternative in postgres
Date
Msg-id 28126793.post@talk.nabble.com
Whole thread Raw
List pgsql-general
Is there any alternative of mysql function COUNT(DISTINCT expr,[expr...]) in
postgres. We get error if we

write count like this count(distinct profile.id, profile.name, profile.age)
but it works well in mysql.

Reference url is given below

http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html#function_count-distinct

Thanks
--
View this message in context: http://old.nabble.com/count-function-alternative-in-postgres-tp28126793p28126793.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: junaid malik
Date:
Subject: count function alternative in postgres
Next
From: Tom Lane
Date:
Subject: Re: count function alternative in postgres