mysql去重查詢表中數據

一、distinctmysql

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';

二、group bysql

select count(1) from Course group by CName

文檔:mysql去重查詢表中數據.note
連接:http://note.youdao.com/noteshare?id=581440d92396bab4de6568d1a69baa58&sub=9B8DAB091CC5490BA5F8FA29557CCD67ide

相關文章
相關標籤/搜索