Thanks, but I may have asked the question incorrectly. Sorry, new try:
The following example: When I create a new post in Joomla, a record with ID 124 is created in the table jos_content. And a new record with the ID 132 is automatically created in the table jos_sppagebuilder.
As soon as I click on "Edit with SP Page Builder" in the article and add add-ons in the Page Builder and save this, this content is in the field "text" of the table jos_sppagebuilder.
In this case, the content of the "text" field begins with [{"id":1677589710955
Now to my question:
In my query I have in this case the record in the table jos_content with the ID 124. How do I now find the corresponding record in the table jos_sppagebuilder that contains the SP Page Builder content for this article? In this case, the record with the ID 132. How are these two records linked?
Hopefully you'll understand now...
Thanks