今天是我开通博客的 day 1,也非常感谢博客园。开通这个博客主要是为了自己更好的记录,回忆,和交流。和我的名字一样我是小白的不能再白了,最近刚开始学习python,不要问我为什么学python,因为我也不知道。。。哈哈哈!好吧,有点尴尬了。总而言之,言而总之 ,开通博客就是为了更好的Bragging
python3.6
map(func, *iterables) --> map objectMake an iterator that computes the function using arguments fromeach of the iterables. Stops when the shortest iterable is exhausted.
map(func, *ite
sql查询某字段的相同值:
SELECT * FROM table WHERE col in (SELECT col FROM table GROUP BY col HAVING COUNT (col) >1);
顺带说一下where和having:
select * from tablewhere ···(只能对分