count function alternative in postgres

Поиск
Список
Период
Сортировка
От junaidmalik14
Тема count function alternative in postgres
Дата
Msg-id 28126792.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: count function alternative in postgres  (Thomas Kellerer <spam_eater@gmx.net>)
Re: count function alternative in postgres  (Ben Morrow <ben@morrow.me.uk>)
Список pgsql-sql
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-tp28126792p28126792.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



В списке pgsql-sql по дате отправления:

Предыдущее
От: Cliff Wells
Дата:
Сообщение: Re: INSERT INTO...RETURNING vs SELECT
Следующее
От: Cliff Wells
Дата:
Сообщение: INSERT INTO...RETURNING vs SELECT