I have been successful ordering the results by the jcr:lastModified field. I cannot seem to filter the results by the lastModified date field. The query looks like the following.
select * from nt:resource where ( jcr:lastModified >= TIMESTAMP '2006-06-04T15:34:15.917+02:00' )
It only returns a 500 server error.
Any Ideas?
Thank you,
Paul