Insert TAB character into a string

0
while manipulating strings in variable for maintaining text consistency. i see "space" character is honored , but how to add "tab" character into strings. for exmaple im generating a sql view and need to have consistency to generate the view successfully on db server. is this even possible to insert tab, since i dont see any solution on this in the community.
asked
1 answers
0

See stack overflow for this one: https://stackoverflow.com/questions/11195775/how-to-insert-a-tabspace-into-a-string

I do not think you should use tabs since the problem will be in the viewing part. See also the answer in stackoverflow. You are probably better of with some other method of creating space between text.

Regards,

Ronald

 

answered