随笔 - 346, 文章 - 1, 评论 - 27, 阅读 - 102万

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

04 2018 档案

摘要:ALTER TRIGGER test_Rate ON dbo.tRate FOR insert AS declare @errno int, @errmsg varchar(255) begin UPDATE dbo.tRate SET vcUpdaterId=Inserted.iAutoId FROM dbo.tRate, inserted W... 阅读全文

posted @ 2018-04-18 14:54 beeone 阅读(1659) 评论(0) 推荐(0) 编辑

摘要:T-Sql 递归查询(给定节点查所有父节点、所有子节点的方法) -- 查找所有父节点with tab as( select Type_Id,ParentId,Type_Name from Sys_ParamType_V2_0 where Type_Id=316--子节点 union all sele 阅读全文

posted @ 2018-04-04 12:42 beeone 阅读(829) 评论(0) 推荐(0) 编辑

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