摘要: -- 查看出现频率select count(*) as cnt,cityfrom sakila.city_demo group by city order by cnt desc limit 10;1.select count(distinct city)/count(*) from sakila.... 阅读全文
posted @ 2015-07-05 15:19 MrMrCash 阅读(606) 评论(0) 推荐(0)