update
This commit is contained in:
@@ -44,7 +44,7 @@ from qqnt.group_msg_tmp;
|
||||
-- 删除临时表数据
|
||||
delete
|
||||
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,
|
||||
@@ -92,4 +92,4 @@ from qqnt.c2c_msg_tmp;
|
||||
-- 删除临时表数据
|
||||
delete
|
||||
from qqnt.c2c_msg_tmp
|
||||
where true;
|
||||
where "40001" != 0;
|
||||
|
||||
Reference in New Issue
Block a user