06 2022 档案

摘要:![](https://img2022.cnblogs.com/blog/925682/202206/925682-20220630133518598-1407904647.png) ![](https://img2022.cnblogs.com/blog/925682/202206/925682-20220630133527697-482757045.png) 阅读全文
posted @ 2022-06-30 13:36 朕在coding 阅读(397) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.zjh336.cn/?id=241 sql查询数据,可能会有重复的数据,那就要用到去重复的方法了,下面讲讲几种去重复的方法。 阅读全文
posted @ 2022-06-24 20:23 朕在coding 阅读(1848) 评论(0) 推荐(0) 编辑
摘要:查询出所有job名称 select name from IBDMMSQL.msdb.dbo.sysjobs where enabled=1 and name not like ‘Database%’ and name not like ‘DB%’ order by 1 把job名称当成第二个字段的v 阅读全文
posted @ 2022-06-21 18:35 朕在coding 阅读(332) 评论(0) 推荐(0) 编辑
摘要:dynamic与object类型,获取属性值区别(总结:使用dynamic更方便更快!!) 阅读全文
posted @ 2022-06-16 10:20 朕在coding 阅读(2289) 评论(0) 推荐(0) 编辑
摘要:![](https://img2022.cnblogs.com/blog/925682/202206/925682-20220606114936938-599605184.png) 阅读全文
posted @ 2022-06-06 11:50 朕在coding 阅读(152) 评论(0) 推荐(0) 编辑

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