Basically,
if i have 50 records, with X,Y and comments column(comments is empty column at start). My motive is based on the values of X and Y column I have to populate comments column.
If value of X is greater than 20
then I traverse the Y records till the value of Y reaches 5, If the...