摘要: # -*- coding: utf-8 -*- ''' Created on 2019年5月7日 @author: 薛卫卫 ''' import itertools import urllib.request import re def download(url, user_agent="wswp",num_retries=2): print("Downloading: " , ur... 阅读全文
posted @ 2019-05-08 22:27 小菜鸡的梦想 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1. from2. on3. join4. where5. group by6. with7. having8. select9. distinct10. order by11. limit 例: 其中的最后一行中的 d2.dept_id 不能换为 d2.p_id 原因: 先执行on,再执行sele 阅读全文
posted @ 2019-05-08 10:26 小菜鸡的梦想 阅读(151) 评论(0) 推荐(0) 编辑