This commit is contained in:
2025-11-04 02:28:30 +08:00
parent 239cc0d1af
commit 6d8a94fca3

View File

@@ -44,7 +44,7 @@ from qqnt.group_msg_tmp;
-- 删除临时表数据 -- 删除临时表数据
delete delete
from qqnt.group_msg_tmp from qqnt.group_msg_tmp
where true; where "40001" != 0;
-- 将临时表中的数据转储到正式表 -- 将临时表中的数据转储到正式表
insert into qqnt.c2c_msg_table_1007305659 (id, msg_random, q40003, chat_type, msg_type, sub_msg_type, send_type, q40020, insert into qqnt.c2c_msg_table_1007305659 (id, msg_random, q40003, chat_type, msg_type, sub_msg_type, send_type, q40020,
@@ -92,4 +92,4 @@ from qqnt.c2c_msg_tmp;
-- 删除临时表数据 -- 删除临时表数据
delete delete
from qqnt.c2c_msg_tmp from qqnt.c2c_msg_tmp
where true; where "40001" != 0;