Skip to main content
11-Garnet
September 9, 2022
Question

Efficient way to update parent infotable rows based on child infotable.

  • September 9, 2022
  • 1 reply
  • 1122 views

I have two infotables parent and child, i want to update the parent infotable rows based on child infotable unique columns. what is the best approach to achive this, tried with UpdateQuery function, its not updating the parent infotable rows.

1 reply

1-Visitor
September 9, 2022

Hi @SM_10230689 

Could you be more specific ? maybe give some example data here ?

Thanks

11-Garnet
September 9, 2022

Hi Danmorin,

 

Just wanted to update rows between two infotables which are having same columns. based on column names of child infotable need to update rows of parent infotable.

 

Thanks.