摘要:
drop table t0903;create table t0903 as select END_TIME,id from CLASS_RECORD_LINE x WHERE ID = 104396;delete t0903;select * from t0903 for update ; upd 阅读全文
摘要:
using System; using System.Net; using System.Net.Sockets; using System.ServiceProcess; using System.Threading; using System.Threading.Tasks; namespace 阅读全文
摘要:
using System; using System.IO; using System.ServiceProcess; using System.Threading; using System.Threading.Tasks; namespace MyDelayService { public pa 阅读全文
摘要:
create or replace trigger 上料工单表基本规则 before insert on ITEM_ORDER_BIND_NEW for each row declare v_cnt int; v_id ITEM_RESOURCE_BIND_NEW."KEY"%type; v_INV 阅读全文