摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
public void ShowTextInForm(string text) { // 创建一个新的窗体 Form form = new Form(); form.Text = "文本查看器"; // 窗体标题 form.Size = new Size(600, 400); // 设置窗体大小 f 阅读全文