SQL2 Update Query
I'm using AEM 6.2.
Is it possible to update content using a SQL2 query with the Tools, Query, SQL2 tool?
Example Select
select * from [nt:unstructured] as p where isdescendantnode (p, [/content/]) AND [sling:resourceType] like '/apps/project/component%'
and Update the content to '/apps/project/component2'
Thank you in advance for your help.
-Dean