CSP-13990 - How to obtain list of content that have not been modified greater than a certain period of time

Product: Confluence

Environment

Operating System  
Affect Version/s 2.2.6a
JVM  
Database Oracle 9.x
Application Server Tomcat 5.5.x

Error Message


Symptom

Diagnostics/Test

Root Cause

Solution

select * from content as c, spaces as s where c.spaceid = s.spaceid and s.spacename='INSERT SPACE NAME HERE' and c.LASTMODDATE < 'INSERT DATE HERE';

Labels