更新时间:update qs_settle_dt_cfg set end_date=to_date('9999-12-31','yyyy-MM-dd');查询时间:select to_char( end_date ,'yyyy-MM-dd') from IO_TRADEACCT_CAPITALMODE_CFG清空表:truncate table qs_pay_order_suite;删除表数据:delete * from qs_pay_order_suite;更新表名:rename QS_P…
1.定义EF拦截器,截获执行命令前的操作.修改执行sql.还需要定义orcal序列,供自增使用 using System; using System.Collections.Generic; using System.Data.Common; using System.Data.Entity.Infrastructure.Interception; using System.Linq; using System.Text; using System.Text.RegularExpressions…