生成摘要
Generating Summaries
1.Using DISTINCT to Eliminate Duplicates
select count(DISTINCT name) from driver_log;
count(DISTINCT name) 多少个不同的名字。
发布时间: 2012-07-16 15:45:00 作者: rapoo
生成摘要
Generating Summaries
1.Using DISTINCT to Eliminate Duplicates
select count(DISTINCT name) from driver_log;
count(DISTINCT name) 多少个不同的名字。