保存进度!
This commit is contained in:
11
code/sql/小药箱接口/调试.sql
Normal file
11
code/sql/小药箱接口/调试.sql
Normal 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;
|
||||
*/
|
||||
Reference in New Issue
Block a user