摘要:
declare @PGuid varchar(50) declare @Count int declare myCur2 Cursor LOCAL for( select ParentRowGuid ,Count(*) as count from [BIMPM_ModelData].[dbo].[E 阅读全文
摘要:
select * from [dbo].[Contract_BaseInfor] as x join [dbo].[MaterialType] as a on x.RowGuid = a.ContractRowGuid join [dbo].[EquipmentEFile_Category] as 阅读全文
摘要:
categoryList.ForEach(p => p.Description = "-1"); var zpclist = from t in categoryList let tp = (from p in categoryList.Select(s => s.ParentRowGuid) se 阅读全文