Solved
SQL2 Query for Finding Adaptive Image Components inside Templates
Hi,
I am trying to create a SQL2 query that will find all of the adaptive image components that are being uses inside our vehicle detail templates.
Right now I have this as for my query.
SELECT * FROM [cq:Page] AS s WHERE ISDESCENDANTNODE([/content]) AND [jcr:content/cq:template] LIKE '/apps/gm/templates/vehicledetail'
but I am not sure how I can query the component into this.
Any suggestions?