sql sql__count_distinct.sql

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql sql__count_distinct.sql相关的知识,希望对你有一定的参考价值。

-- How to use count and group by at the same select statement

select COUNT(distinct user_id) from answers_votes where answer_id in (694,695);

-- http://www.sql.ru/forum/354933/v-odnom-zaprose-sum-count-pole
-- http://stackoverflow.com/questions/2722408/how-to-use-count-and-group-by-at-the-same-select-statement

以上是关于sql sql__count_distinct.sql的主要内容,如果未能解决你的问题,请参考以下文章

sql sql__substring.sql

sql sql__foreign_key.sql

sql sql__repear_table.sql

sql sql__count_distinct.sql

sql sql__get_next.sql

SQL 数据层次结构