Update from Sync Service
This commit is contained in:
14
数据库/新增站点基准信息增加.md
Executable file
14
数据库/新增站点基准信息增加.md
Executable file
@@ -0,0 +1,14 @@
|
||||
```sql
|
||||
use HiMonitorDB;
|
||||
select * from DataSyncStationSX
|
||||
where sname in ('GJ1201','GB1201','GB1202','GB1203','GB1204','GB1205','GB1206')
|
||||
begin tran
|
||||
exec sp_NDrefrenceValue 'GB1201','2019-05-1 00:00:00.000',0,0,0
|
||||
exec sp_NDrefrenceValue 'GB1202', '2019-05-1 00:00:00.000',0,0,0
|
||||
exec sp_NDrefrenceValue 'GB1203', '2019-05-1 00:00:00.000',0,0,0
|
||||
exec sp_NDrefrenceValue 'GB1204', '2019-05-1 00:00:00.000',0,0,0
|
||||
exec sp_NDrefrenceValue 'GB1205', '2019-05-1 00:00:00.000',0,0,0
|
||||
exec sp_NDrefrenceValue 'GB1206', '2019-05-1 00:00:00.000',0,0,0
|
||||
|
||||
```
|
||||
commit
|
||||
Reference in New Issue
Block a user