i am joining two queries, so joining two tables i want details for macro and plugins or where exactly macro and plugin data is stored like in which table??
Using the below table you can get the space name and id where the plugin details are saved.
SELECT DISTINCT s.spaceid, s.spacekey, s.spacename FROM CONTENT c JOIN BODYCONTENT bc ON c.contentid = bc.contentid JOIN SPACES s ON c.spaceid = s.spaceid WHERE c.prevver IS NULL AND c.contenttype IN ('PAGE', 'BLOGPOST') AND bc.body LIKE '%ac:name="***%';
Thanks Naveen for quick reply.
But i don't want the macro name in any text document....i have this query already.
I want table name where all plugin and macro details are present.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.