How do I write mysql queries in magento to get blog data from the concrete5 db? I wish to see blogs which are in published status in concrete5.
SELECT content FROM btContentLocal WHERE bID = 85
This query retrieves a single page but I want to get all the published blogs/pages. How can I do that?