Hello,
I have a page type which has placeholder to hold list of blocks (of a specific type). These blocks have a property type xhtmlstring.
I need to create a database query to get content id, content name, the xhtmlstring from each block that is on the page.
I followed https://world.episerver.com/blogs/K-Khan-/Dates/2013/4/EpiServer-CMS-6-Useful-SQL-Queries/ and got an idea of the queries and was able to fetch all the properties and data from a page but can't find a way to get blocks data on the pages.
Any inputs on how I can form the query to get this data