摘要:
sql文件名称为test.sql,内容如下: ```mysqluse test;TRUNCATE student; INSERT INTO `student` VALUES (1, 'zhangsan', 25);```python code: sql_conf是你的数据库连接信息。```pytho 阅读全文
posted @ 2020-09-09 15:43
森淼垚鑫焱
阅读(850)
评论(0)
推荐(0)
|
摘要:
sql文件名称为test.sql,内容如下: ```mysqluse test;TRUNCATE student; INSERT INTO `student` VALUES (1, 'zhangsan', 25);```python code: sql_conf是你的数据库连接信息。```pytho 阅读全文
posted @ 2020-09-09 15:43
森淼垚鑫焱
阅读(850)
评论(0)
推荐(0)
|