JSL for SQL
Good morning,Attached is a script I wrote that accomplishes what I need.Basically it creates pairs out of sequential (left to right) cells, going from (1,2), (1,3), ..., (1, k), (2, 3), ..., (k-1, k)Then it stacks them and labels them.Does anyone know how to accomplish the same in SQL.Thanks in advance!Sincerely,MG