保存进度!

This commit is contained in:
2026-03-31 18:18:06 +08:00
parent 43b498de04
commit 313a02cdfc
8 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
select * from HmbXyxInfo;
select * from HmbXyxInfo_Update;
select a.*
from HmbXyxInfo a,
HmbXyxInfo_Update b
where a.xyxNo = b.xyxNo;
/*
insert into HmbXyxInfo_Update select xyxNo, sysdate() from HmbXyxInfo;
*/