mysql去重查询表中数据

Posted

tags:

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

1、distinct

select count(distinct CName) from teble
select count(CName) from (select distinct CName from Course) as temp
SELECT  DISTINCT text_zhcn FROM dms_menuconfig  -- 去重查询表中数据
select DISTINCT(user_id) from user_info where children_merchant_id=‘kuaiditong‘;

2、group by

select count(1) from Course group by CName

文档:mysql去重查询表中数据.note
链接:http://note.youdao.com/noteshare?id=581440d92396bab4de6568d1a69baa58&sub=9B8DAB091CC5490BA5F8FA29557CCD67

以上是关于mysql去重查询表中数据的主要内容,如果未能解决你的问题,请参考以下文章

mysql的去重问题

java 批量插入mysql 怎么去重

Mysql数据表去重

MySQL单表查询(分组-筛选-过滤-去重-排序)

mysql 多个字段有重复数据, 我需要进行去重处理

mysql,sqlserver数据库去重