So I wanted to do an "update" to any item that is in the domain [FirstItem +5 or - 5] example:
i have a table like:
462 458 768 466
after the update it will be like:
462 462 768 462
because:
458
and 466
are included in the domain
[457.458.459.460.461(462)463.464.465.466.467]
I hope I was clear