Commit for development environment setup
This commit is contained in:
6
PROMS/SQL/BGEVLV.sql
Normal file
6
PROMS/SQL/BGEVLV.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
select text, count(*) howmany from
|
||||
(select vn.foldername, itemid, dbo.ve_getshortpath(itemid) location, text, vi.formatid from contents cc
|
||||
join vefn_getversionformatitems('') vi on vi.contentid = cc.contentid
|
||||
join vefn_getversionnames() vn on vn.versionid = vi.versionid
|
||||
where type = 20007 and vi.formatid = 16) ftnt
|
||||
group by text
|
Reference in New Issue
Block a user