query
407048Nov 19 2005 — edited Nov 19 2005i have a table tab1 with one field fld1.
Values are
FLD1
------
101/102/103
105/102/109/108
110/111/112
I am looking for a query that can break each into a different line.(by removing commas)
Output should be
101
102
103
105
102
109
108
110
111
112