How to create several tables from a unique database

I created several databases and connected them to several tables displayed on the same page. This was done to describe a real estate property.

I tried replicating what I did for other properties by simply copy-pasting the tables on a new page and copying the databases I had already created. However this last step was not possible to do.

I now need your help in doing this through dynamic pages. However, it seems that I can only use ONE database. How do I regroup all my database in a single one AND display several tables on my page?

Hi,
You can use query to get data from any database, use $w(“#myTable”).rows to set the items for each table.