日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網(wǎng)為廣大站長提供免費收錄網(wǎng)站服務(wù),提交前請做好本站友鏈:【 網(wǎng)站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(wù)(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

Python/ target=_blank class=infotextkey>Python操作數(shù)據(jù)庫

pyMySQL

PyMSQL是一個純的python的MySQL客戶端。

  • pip install PyMySQL

 

使用步驟

  1. 創(chuàng)建連接(修高速公路)

  2. 創(chuàng)建游標(運輸車)

  3. 執(zhí)行sql(提貨單)

  4. 獲取結(jié)果(卸貨)

  5. 關(guān)閉游標(車退掉)

  6. 關(guān)閉連接(路也斷掉)


 
import pymysqlfrom pymysql.cursors import DictCursor# 1.創(chuàng)建連接(修高速公路)conn = pymysql.connect(    host='127.0.0.1',    user='admin',    password='12345',    port=3306,    db='mysql',    charset='utf8')# 2. 創(chuàng)建游標(運輸車)# cursor = conn.cursor()  # 返回元組cursor = conn.cursor(DictCursor)  # 返回字典# 3. 執(zhí)行sql(提貨單)sql ="select count(1) total, (case when t1.status = 1 then '待整改' when t1.status = 2 then '待復(fù)查' when t1.status = 3 then '整改完成' else '未知類型' end) orderStatus from ibs_AI_iot.ai_rectification_main t1 left join ibs_ai_iot.work_order t3 on t1.id = t3.rectification_id where t1.project_id = 103672 and t1.delete_flag = 0 and t3.is_delete = 0 group by t1.status order by orderStatus desc;",res = cursor.execute(sql)print(res)# 4. 獲取結(jié)果(卸貨)res1 = cursor.fetchone() # 一次卸載一條res2 = cursor.fetchmany(3) # 一次卸載指定的條數(shù)res3 = cursor.fetchall() # 一次獲取所有# 5. 關(guān)閉游標(車退掉)cursor.close()# 6. 關(guān)閉連接(路也斷掉)conn.close()
[{'total': 30, 'orderStatus': '整改完成'}, {'total': 5, 'orderStatus': '待整改'}] 

 

更新數(shù)據(jù)

import pymysqldb_config = {    'host': '127.0.0.1',    'user': 'admin',    'password': '123456',    'port': 3306,    'db': 'mysql',    'charset': 'utf8'}conn = pymysql.connect(**db_config)try:    with conn.cursor() as cursor: # 上下文管理--自動關(guān)閉游標        sql1 = 'UPDATE table t1  set t1.user_name="勇哥" where t1.username="h1" '        sql2 = 'UPDATE table t1  set t1.user_name="勇哥2" where t1.username="h2" '        cursor.execute(sql1)        cursor.execute(sql2)        # pymysql默認開啟事務(wù)        conn.commit()except Exception as e:    # 回滾    conn.rollback()finally:    conn.close() 

 

分享到:
標簽:python
用戶無頭像

網(wǎng)友整理

注冊時間:

網(wǎng)站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網(wǎng)站吧!
最新入駐小程序

數(shù)獨大挑戰(zhàn)2018-06-03

數(shù)獨一種數(shù)學(xué)游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學(xué)四六

運動步數(shù)有氧達人2018-06-03

記錄運動步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓(xùn)練成績評定2018-06-03

通用課目體育訓(xùn)練成績評定