森淼垚鑫焱

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年9月9日

摘要: 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)