Is it possible to have it something like this instead:
[b]table page[/b]
id
possibly other columns
[b]table pagecontent[/b]
id
tableid references table(id)
content
possibly other columns
Then it is a one-to-many relationship between the tables, and you have two tables that are easy to handle in any way. I don't know if this is even possible for you since we haven't got enough information. Can you please post an example of a table with values, then it is easier to help you out.