摘要: 原文: https://discussionschinese.apple.com/thread/101943 https://zhidao.baidu.com/question/652164659966551605.html https://jingyan.baidu.com/article/915 阅读全文
posted @ 2021-07-01 17:35 古兴越 阅读(78) 评论(0) 推荐(0)
摘要: -- 删除合同段SQL -- 更改父节点 UPDATE [dbo].[tb_Projects] SET ParentId='510321' WHERE ParentId='510322' -- 删除合同段 DELETE FROM [dbo].[tb_Projects] WHERE ProID='51 阅读全文
posted @ 2021-07-01 16:53 古兴越 阅读(37) 评论(0) 推荐(0)