2019年6月17日

摘要: sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime date -R 阅读全文
posted @ 2019-06-17 14:32 happygril3 阅读(153) 评论(0) 推荐(0)
摘要: 1.有多少个不同的省? select count(distinct province) from kg_fk_city 2 2. 每个城市的数目 select city,count(city) from kg_fk_city group by city changpin 3 chaoyang 6 h 阅读全文
posted @ 2019-06-17 09:46 happygril3 阅读(95) 评论(0) 推荐(0)

导航