sql按字段值进行统计 by giser · 2019-04-24 用group by 如有个student表里有性别sex来统计 select sex,count(*) from student group by sex; 转载自:https://blog.csdn.net/markchiu/article/details/51218742
python的那点事(2) ——Pyscripter为什么总报错?UnicodeEncodeError: ‘ascii’ codec can’t encode characters in posit 2019-04-24