Commit for development environment setup
This commit is contained in:
6
PROMS/SQL/BGETitleWithTextSiblingsCount.sql
Normal file
6
PROMS/SQL/BGETitleWithTextSiblingsCount.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
select Text, SiblingAndChildren, Count(*) HowMany
|
||||
from ( select CC.Text, (select count(*) from vefn_SiblingChildrenItems(PP.ItemID)) SiblingAndChildren
|
||||
from Contents CC
|
||||
Join Parts PP ON CC.ContentID = PP.ContentID
|
||||
where type = 20042) T1
|
||||
Group By Text,SiblingAndChildren
|
Reference in New Issue
Block a user