当前位置:网站首页>1.3 mysql批量插入数据
1.3 mysql批量插入数据
2022-08-05 05:05:00 【LetsStudy】
DROP PROCEDURE
IF EXISTS test_data;
DELIMITER $$ //定界符
CREATE PROCEDURE test_data()
BEGIN
-- 定义变量
DECLARE i INT UNSIGNED DEFAULT 1; -- 定义变量i默认值
-- 循环次数
WHILE i <= 1000 DO -- 循环
INSERT INTO testdata_check(id,crawl_cfg_id,detection_type,crawl_file_info_id,task_instance_id,crawl_content) VALUES(CONCAT('17ac3e7419954b63878157491a4e8d42',i),'2','5',null,'1f9d7b13c0174dc0aa52f00a53014acf','{"url": "http://www.beijing.gov.cn/shipin/Interviewlive/558.html", "title": "北京市新型冠状病毒肺炎疫情防控工作新闻发布会(第253场)", "author": "", "domain": "beijing.gov.cn", "islist": "False", "content": "Reset
restore all settings to the default values", "send_time": "2022-07-29 17:32:52", "create_time": "2022-07-29 17:32:52", "islist_code": 0.1447209933229973, "publish_time": "2021-11-01"}');
SET i = i+1; -- 更新i的值
END WHILE; -- 结束循环
END $$
--
CALL test_data();
边栏推荐
- write the story about us
- Judgment statement _switch and case
- upload上传图片到腾讯云,如何上传图片
- u-boot中的u-boot,dm-pre-reloc
- Requests库部署与常用函数讲解
- Shell(4) Conditional Control Statement
- Develop your own node package
- 数字孪生技术在电力系统中的应用现状
- After controlling the export file in MySQL, it becomes \N. Is there any solution?
- dedecms织梦tag标签不支持大写字母修复
猜你喜欢

Dephi reverse tool Dede exports function name MAP and imports it into IDA

About the installation of sklearn library

JeeSite New Report

upload upload pictures to Tencent cloud, how to upload pictures

MySQL基础(一)---基础认知及操作

Flutter学习2-dart学习
![[cesium] 3D Tileset model is loaded and associated with the model tree](/img/03/50b7394f33118c9ca1fbf31b737b1a.png)
[cesium] 3D Tileset model is loaded and associated with the model tree

The difference between span tag and p

Dephi逆向工具Dede导出函数名MAP导入到IDA中

Using QR codes to solve fixed asset management challenges
随机推荐
Cron(Crontab)--使用/教程/实例
Flutter TapGestureRecognizer 如何工作
There are a lot of 4T hard drives remaining, prompting "No space left on device" insufficient disk space
App rapid development and construction experience: the importance of small programs + custom plug-ins
请写出SparkSQL语句
Excel Paint
How to quickly upgrade your Taobao account to a higher level
uva1325
8.04 Day35-----MVC三层架构
【微信小程序】WXML模板语法-条件渲染
Is the NPDP certificate high in gold content?Compared to PMP?
Reverse theory knowledge 4
数字_获取指定位数的小数
entry point injection
动力小帆船制作方法简单,电动小帆船制作方法
小程序_动态设置tabBar主题皮肤
结构光三维重建(一)条纹结构光三维重建
结构光三维重建(二)线结构光三维重建
【无标题】
【软考 系统架构设计师】软件架构设计③ 特定领域软件架构(DSSA)