sql="update A set [name]='小李';delete from B where [id]=100;insert into C([title],[url])values('qq','http://www.')" conn.execute(sql)