Hi,
Need the select Query to split the string and add space for every n characters. For e.g,
If the string contains
abcdefghijklmnopqrstuvwxyz
The output should be
abcde fghij klmno pqrst uvwxy z
for every 5 characters i have added a space.
Regards,
Ramesh G