Let's go
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 54 下一页
该文被密码保护。 阅读全文
posted @ 2019-12-30 10:57 chenze 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 目录 1.视图 2.存储 3.函数 4.触发器 5.游标 6.索引 8.事务 一. 视图(视图名:View_Test 表名:Tab_Test) --判断是否存在-- if exists (select * from sysobjects where name = 'View_Test') drop 阅读全文
posted @ 2019-12-26 16:55 chenze 阅读(372) 评论(0) 推荐(0) 编辑
摘要: js获取当前日期: var ayear = new Date().getFullYear(); // 获取当前年 var amonth = new Date().getMonth() + 1; //获取当前月 var aday = new Date().getDate(); //获取当前天 1:js 阅读全文
posted @ 2019-12-18 19:46 chenze 阅读(3435) 评论(0) 推荐(0) 编辑
摘要: 1. //表头跟踪固定(按钮与表头) var trObj = $("#zdy_id").find("tr:eq(3)");//自定义zdy_id,处于第3行 var trObjChild = $(trObj).children(); var topValue = 0; var trObj_hj = 阅读全文
posted @ 2019-12-17 14:19 chenze 阅读(726) 评论(0) 推荐(0) 编辑
摘要: 1.多条数据使用逗号隔开 select invoiceApplyNo,stuff((select distinct ','+incomePlanNo from T1 where a.invoiceApplyNo=invoiceApplyNo for xml path('')),1,1,'') AS 阅读全文
posted @ 2019-11-27 19:06 chenze 阅读(867) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 54 下一页
有事您Q我