I need support in creating a SQL that shows me all pages that are assigned to a Space (Spaceid available)
This may work.
SELECT title, contentid
FROM content
WHERE contenttype = 'PAGE'
AND content_status = 'current'
AND spaceid = <YourSpaceId>;
Regards
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.