merge tables into one table in database
How to use server code merge tables into one table, Can you have sample code for me?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How to use server code merge tables into one table, Can you have sample code for me?
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/...
But I still don't know how to do.
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...