I'd like to know is it possible to add characters between two or more string using LPAD in SQL example sentence 'The Cat Is Sleeping'
LPAD('string', number, '+')
expected results:
++++++The+++++Cat+++++++Is++++++Sleeping
pas :-amount of + above is just an example maybe the result will be different. I hope you can understand my question.
if you are willing give me the exact query thanks