Basically what I am trying to do is take a comma delimited list of sorted numbers say [1,2,4,7] and

Basically what I am trying to do is take a comma delimited list of sorted numbers say [1,2,4,7] and find the record most closely match [1,2,7] .

I think that I can do it by flatteing the column into fields, but It won't be simple to read nor will it be performant.

So I would take ideas 😉
Was this page helpful?