摘要:
oracle 的insert into 语句需要返回新增的主键的时候,可以使用一下insert 语法: insert into ims.t_bank_inquire_results (t_date,l_results_id,l_inquire_id,l_modify_index,f_code) va 阅读全文
摘要:
--(新增一条数据)Declare cnt Number;Begin Select count(*) into cnt From T_IM_MESSAGE_TEMPLATE WHERE S_TEMPLATE_ID = 'SBI-1227'; IF cnt = 0 Then insert into T 阅读全文
摘要:
--添加债券期限字段 declare cn integer; begin cn := 0; select count(*) into cn from user_tab_cols t where t.table_name='T_BANK_BOND_MARKET_SET' and t.column_na 阅读全文
摘要:
例如: public class test:Form { //定义委托 public delegate void GetSql(string sql); //定义装载委托的属性 public GetSql GetSqlMethod; private void comfirm_Click(object 阅读全文