I have a database with 12 fields. When I select my data - I would like it to appear back like this:
1, 2, 3, 4 /N, 5, 6, 7, 8 /N, 9, 10, 11, 12 /N
I would like a /N appended to every fourth item - and like to have it returned as a single field. Is there a simple way to do this using a PL/SQL command and not using DTS?
Thanks!
1, 2, 3, 4 /N, 5, 6, 7, 8 /N, 9, 10, 11, 12 /N
I would like a /N appended to every fourth item - and like to have it returned as a single field. Is there a simple way to do this using a PL/SQL command and not using DTS?
Thanks!