This commit is contained in:
2023-05-09 18:21:47 +00:00
parent dc9eca0953
commit 3dd59e20d8
118 changed files with 12010 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
select vn.VersionID, foldername, rf.ROFstID,rf.DTS,rf.rodbid, rd.FolderPath ,
(select count(*) from vefn_getversionitems(cast(vn.versionid as varchar(10))) VI join ROUSages RU ON VI.ContentID = RU.ContentID) ROs
from vefn_GetVersionNames() VN
Join Associations AA on aa.VersionID = vn.VersionID
Join rofsts RF on RF.ROFstID = aa.ROFstID
Join rodbs RD on RD.RODbID = rf.RODbID