Let me see if I understand you... Suppose you start with a table


table t1
c1 | c2 | c3
------------------------
111 | xyz, def | a, b, c

You want to write some generic code that...