07 2018 档案

摘要:public static SqlParameter[] get_array_list(ArrayList rows) where T : class { Hashtable sql_add = new Hashtable(); Hashtable sql_update = new Hashtable(); ... 阅读全文
posted @ 2018-07-31 08:25 Ender.Lu 阅读(420) 评论(0) 推荐(0) 编辑
摘要:if exists ( select * from sys.objects where object_id = object_id(N'dbo.nvl') and type = N'FN') begin drop function [dbo].[nvl]; end go create function dbo.nvl(@... 阅读全文
posted @ 2018-07-27 08:47 Ender.Lu 阅读(888) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示