Cindy Lao
Posts: 0
Joined: Tue Apr 15, 2014 5:49 pm

merge tables into one table in database

How to use server code merge tables into one table, Can you have sample code for me?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

merge tables into one table in database

Hello!

Unfortunately there is no ready code, this should help http://docs.appery.io/documentation/b...
Please also check this post https://getsatisfaction.com/apperyio/...

Cindy Lao
Posts: 0
Joined: Tue Apr 15, 2014 5:49 pm

merge tables into one table in database

But I still don't know how to do.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

merge tables into one table in database

You need to retrieve data from one collection using for example prequery(dbId, collectionName[, params][, token]);/preThen from retrieved JSON object result move each record to necessary collection precreateObject(dbId, collectionName, objectJSON[, token])/pre Please take a look here http://docs.appery.io/documentation/b...

Return to “Issues”