This commit is contained in:
5
PROMS/SQL Data Tools/FindStrangeSectionTitles.sql
Normal file
5
PROMS/SQL Data Tools/FindStrangeSectionTitles.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
select dbo.ve_GetShortPathFromContentID(CC.ContentID) Location, substring(text,76,20) Part1, ContentID, Text
|
||||
from contents cc
|
||||
where type between 10000 and 19999
|
||||
--and text Like '%WCNS%' or
|
||||
and substring(text,72,5) like ' [A-Z]'
|
Reference in New Issue
Block a user