Commit for development environment setup
This commit is contained in:
6
PROMS/SQL/SHEAttachNum1.sql
Normal file
6
PROMS/SQL/SHEAttachNum1.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
select dv.versionid, ff.name, .dbo.ve_getshortpathfromcontentid(cc.contentid) location
|
||||
from contents cc
|
||||
join vefn_getversionitems('') vv on vv.contentid = cc.contentid
|
||||
join docversions dv on dv.versionid = vv.versionid
|
||||
join folders ff on ff.folderid = dv.folderid
|
||||
where type = 10005
|
Reference in New Issue
Block a user