You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
769 B

2 years ago
  1. select * from OTB_SYS_Announcement
  2. --update OTB_SYS_Announcement set [Description]=REPLACE([Description],'http:','https:')
  3. --update OTB_OPM_BillsBak set ForeignCurrencyCode='NTD' where OrgID='sg' and ForeignCurrencyCode=''
  4. --update OTB_OPM_BillsBak set ForeignCurrencyCode='' where OrgID='sg' and ForeignCurrencyCode='RMB'
  5. alter table OTB_EIP_AttendanceDiff add RelationId varchar(36);
  6. alter table OTB_EIP_BillChangeApply add RelationId varchar(36);
  7. alter table OTB_EIP_BusinessTravel add RelationId varchar(36);
  8. alter table OTB_EIP_InvoiceApplyInfo add RelationId varchar(36);
  9. alter table OTB_EIP_Leave add RelationId varchar(36);
  10. alter table OTB_EIP_OverTime add RelationId varchar(36);
  11. alter table OTB_EIP_TravelExpense add RelationId varchar(36);