摘要:
pymysql的下载和使用 exctue() 之sql注入 增、删、改:conn.commit() 查:fetchone、fetchmany、fetchall 一、pytmysql的下载和使用 (1)pymysql 模块安装 pip3 install pymysql (2)pymysql的使用 # 阅读全文
posted @ 2018-08-01 11:40
王竹笙
阅读(127)
评论(0)
推荐(0)
摘要:
重点: 多表连接查询 符合条件连接查询 子查询 准备工作:准备两张表,部门表(department)、员工表(employee) create table department( id int, name varchar(20) ); create table employee( id int pr 阅读全文
posted @ 2018-08-01 11:35
王竹笙
阅读(154)
评论(0)
推荐(0)

浙公网安备 33010602011771号