How to concatenate several fields with horizontal tab
Hi all,
I'd like to know how to concatenate several fields with horizontal tab.
For instance:
select field1||'/t'||filed2||'/t'||field3 from tablex;
Thanks in advance.
Regards
For instance:
select field1||'/t'||filed2||'/t'||field3 from tablex;
Thanks in advance.
Regards
0