Assign values containing in the list
Hi, this problem really puzzles me. I want to assign values from table 1 (dt_group) to table 2 (dt_subset). So iterate through each row of Table 2 and then compare the rows of the table 2 Product column with each row of table 1 ProductGroups and then assign the Limits values to the _LIMITS column in table 1 if matching sting is found. How would I script this?table 1:table 2: I already tried and ha...