当前位置:网站首页>借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
2022-07-05 07:22:00 【12程序猿】
方式一:见 mysql如何把 一个数据库中的表数据 复制到 另一个数据库表中(两个数据库不在同一个数据库链接下) ,这里不再累赘
方式二:借助 Navicat for MySQL 软件
1.打开要复制的数据,按需检索数据,然后点击导出
2.在下面的弹窗中 按需 选择点击 “当前3条记录”
3.选择导出格式,选择你想要的格式, 我这里选择导出 SQL脚本文件
4.点击下一步
5.选择导出字段,由于我不想导出 id(主键自增)字段,所以 我把id取消勾选。然后点击下一步
6.点击下一步
7.点击开始
8.根据 导出路径,得到对应的sql

INSERT INTO `warn_message`(`device_id`, `device_type`, `extend_json`, `install_place_id`, `pound_order_id`, `rational_deviation`, `real_deviation`, `overtime_duration`, `warn_type`, `deal_flag`, `deal_result`, `active_flag`, `created_user`, `created_time`, `updated_user`, `updated_time`, `warning_level`, `organization_id`, `start_time`, `end_time`, `description`, `resolver`, `third_warn_id`, `relation_user_id`) VALUES (1842, 8, NULL, 102, 0, 0.000, 0.000, 0, 0, 1, '系统自动解除预警', 1, 0, '2021-02-03 11:23:00', 0, '2021-02-03 14:40:00', 3, 1047, '2021-02-03 11:23:00', '2021-02-03 14:40:00', NULL, NULL, '6534', NULL);
INSERT INTO `warn_message`(`device_id`, `device_type`, `extend_json`, `install_place_id`, `pound_order_id`, `rational_deviation`, `real_deviation`, `overtime_duration`, `warn_type`, `deal_flag`, `deal_result`, `active_flag`, `created_user`, `created_time`, `updated_user`, `updated_time`, `warning_level`, `organization_id`, `start_time`, `end_time`, `description`, `resolver`, `third_warn_id`, `relation_user_id`) VALUES (1842, 8, NULL, 102, 0, 0.000, 0.000, 0, 0, 1, '系统自动解除预警', 1, 0, '2021-02-03 11:43:00', 0, '2021-02-03 14:40:00', 3, 1047, '2021-02-03 11:43:00', '2021-02-03 14:40:00', NULL, NULL, '6534', NULL);
INSERT INTO `warn_message`(`device_id`, `device_type`, `extend_json`, `install_place_id`, `pound_order_id`, `rational_deviation`, `real_deviation`, `overtime_duration`, `warn_type`, `deal_flag`, `deal_result`, `active_flag`, `created_user`, `created_time`, `updated_user`, `updated_time`, `warning_level`, `organization_id`, `start_time`, `end_time`, `description`, `resolver`, `third_warn_id`, `relation_user_id`) VALUES (1842, 8, NULL, 102, 0, 0.000, 0.000, 0, 0, 0, '系统自动解除预警', 1, 0, '2021-02-03 12:11:00', 0, '2021-02-03 13:56:00', 3, 1047, '2021-02-03 12:11:00', '2021-02-03 13:56:00', NULL, NULL, '6534', NULL);
9.把上面得到的sql语句,在目标数据库中进行执行
执行结果:

边栏推荐
- R language learning notes 1
- Unity ugui how to match and transform coordinates between different UI panels or uis
- ORACLE CREATE SEQUENCE,ALTER SEQUENCE,DROP SEQUENCE
- What is soda?
- SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
- Ros2 - function package (VI)
- Unity UGUI不同的UI面板或者UI之间如何进行坐标匹配和变换
- Altimeter data knowledge point 2
- Concurrent programming - how to interrupt / stop a running thread?
- selenium 元素定位
猜你喜欢

剑指 Offer 56 数组中数字出现的次数(异或)

CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)

Don't confuse the use difference between series / and / *

Ros2 - configuration development environment (V)

网易To B,柔外刚中

HDU1231 最大连续子序列(分治or动规or双指针)

DataGrid offline installation of database driver

Word import literature -mendeley

Do you choose pandas or SQL for the top 1 of data analysis in your mind?

Altimeter data knowledge point 2
随机推荐
目标检测系列——Faster R-CNN原理详解
Ugnx12.0 initialization crash, initialization error (-15)
[OBS] x264 Code: "buffer_size“
(top) pretty girl binary color code portal
Delayqueue usage and scenarios of delay queue
CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)
玩转gRPC—深入概念与原理
2022.06.27_每日一题
[untitled]
IPage can display data normally, but total is always equal to 0
DataGrid offline installation of database driver
Do you choose pandas or SQL for the top 1 of data analysis in your mind?
SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
[tf1] save and load parameters
What if the DataGrid cannot see the table after connecting to the database
一文揭开,测试外包公司的真实情况
[node] NVM version management tool
Concurrent programming - deadlock troubleshooting and handling
Shadowless cloud desktop - online computer
Machine learning Seaborn visualization