python的mysql數據庫的刪除操做

一 代碼python import pymysql # 打開數據庫鏈接 db = pymysql.connect("localhost","root","root","db_test01" ) # 使用cursor()方法獲取操做遊標 cursor = db.cursor() # SQL 刪除語句 sql = "DELETE FROM EMPLOYEE WHERE AGE > '%d'" % (
相關文章
相關標籤/搜索