摘要:
USE [BIMPM_ModelData] GO INSERT INTO [dbo].[Model_ItemEFile] ([RowGuid] ,[ParentRowGuid] ,[Title] ,[Description] ,[Size] ,[ExtendNam... 阅读全文
posted @ 2016-10-30 19:02
HongEgg
阅读(354)
评论(0)
推荐(0)
摘要:
----循环查找构件表,在构件关系表中,给每个构件关联4张图纸declare @itemRowGuid varchar(50) declare auth_cur cursor for select RowGuid from [BIMPM_RoadBridge].[dbo].[ProjectConstructionItemInfo] where BidSectionRowGuid = '8373... 阅读全文
posted @ 2016-10-30 16:53
HongEgg
阅读(116)
评论(0)
推荐(0)