python3创建表及表数据;
摘要:
创建表,参考代码如下; import pymysqltest=pymysql.connect('localhost','root','root','test1225')curs=test.cursor()curs.execute('drop table if exists xixi')sql=""" 阅读全文
posted @ 2019-12-25 22:34 星空6 阅读(3368) 评论(0) 推荐(0)
posted @ 2019-12-25 22:34 星空6 阅读(3368) 评论(0) 推荐(0)