当前位置:网站首页>Mysql处理遗留数据样例
Mysql处理遗留数据样例
2022-07-28 05:16:00 【小疯子青】
insert into user_pack_info(user_id,nick_name,bind_code,invite_code,phone,email,real_name,kyc_pass,create_time,update_time,create_time_stamp,update_time_stamp)
select id user_id,nick_name,bind_code,invite_code,phone,email,real_name,real_name_auth kyc_pass,created_at create_time,updated_at update_time,UNIX_TIMESTAMP(created_at)*1000 create_time_stamp,UNIX_TIMESTAMP(updated_at)*1000 update_time_stamp
from user;
update account_info a,(select * from history_saro) b
set a.num=a.num+b.num
where a.user_id=b.user_id and a.material_type=b.material_type;
边栏推荐
- Reading notes of SMT practical guide 1
- RT based_ Distributed wireless temperature monitoring system based on thread
- 为什么md5不可逆,却还可能被md5免费解密网站解密
- Test Development - UI testing in automated testing
- Bean的作用域、执行流程、生命周期
- 数据安全逐步落地,必须紧盯泄露源头
- MySQL basic query
- 【ARXIV2205】EdgeViTs: Competing Light-weight CNNs on Mobile Devices with Vision Transformers
- Flask Development & get/post request
- Data imbalance: comprehensive sampling of anti fraud model (data imbalance)
猜你喜欢

MySQL date and time function, varchar and date are mutually converted

The solution after the samesite by default cookies of Chrome browser 91 version are removed, and the solution that cross domain post requests in chrome cannot carry cookies

Duoyu security browser will improve the security mode and make users browse more safely

First acquaintance with C language (2)

Test Development - UI testing in automated testing

RT_ Use of thread mailbox

Win10 machine learning environment construction pycharm, anaconda, pytorch

Activation functions sigmoid, tanh, relu in convolutional neural networks

Professor dongjunyu made a report on the academic activities of "Tongxin sticks to the study of war and epidemic"

Know etcd
随机推荐
HDU 3592 World Exhibition (differential constraint)
Implementation of simple upload function in PHP development
Google browser cannot open localhost:3000. If you open localhost, you will jump to the test address
在外包公司两年了,感觉快要废了
Offline loading of wkwebview and problems encountered
What is the reason why the easycvr national standard protocol access equipment is online but the channel is not online?
【ARXIV2203】Efficient Long-Range Attention Network for Image Super-resolution
ES6 new variable modifiers let and const, new basic data type symbol
FreeRTOS startup process, coding style and debugging method
Table image extraction based on traditional intersection method and Tesseract OCR
After ruoyi generates the code corresponding to the database, what should I do to make the following image look like
【CPU占用高】software_reporter_tool.exe
Struct模块到底有多实用?一个知识点立马学习
Classes and objects [medium]
MySQL(5)
Visual studio 2019 new OpenGL project does not need to reconfigure the environment
I've been in an outsourcing company for two years, and I feel like I'm going to die
MySQL practice 45 lectures
I interviewed a 38 year old programmer and refused to work overtime
Share several methods of managing flag bits in C program