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