Skip to main content
1-Visitor
July 5, 2019
Question

how to add merge rows from multiple Thing into one table?

  • July 5, 2019
  • 1 reply
  • 1709 views

I want to merge service result from different thing into one table, how it can be done?

1 reply

1-Visitor
July 5, 2019

Look at Union script snippet

1-Visitor
July 15, 2019

Hi Thanks for reply,

 

union works for merging two results but I am looking for merging 35 results from 35 thing services.

 

How it can be done.

1-Visitor
July 16, 2019

Just iterate using union and union again.