Combine Aggregate database tables into a single table

I am using postgresql to store all submitted data in my local. It is belong to different tables. How can i collect those metadata into a table?

@Phong_Duong_Le_Hoai This isn't really an ODK Aggregate question, but one solution is to use PostgreSQL views.

1 Like