Guys,
Am trying to do aggregation based on parent child relationship within the same table and updating. For example, there are 2 fields in every record indicating current order and parent order. I need to go bottom up until the BoM ends. Then pickup next record I get as I descend the index.
What is the correct approach to this. Querying through same table and updating is resulting in unpredictable results. Thanks
Am trying to do aggregation based on parent child relationship within the same table and updating. For example, there are 2 fields in every record indicating current order and parent order. I need to go bottom up until the BoM ends. Then pickup next record I get as I descend the index.
What is the correct approach to this. Querying through same table and updating is resulting in unpredictable results. Thanks