Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how to concatenate a 'tab'?

Re: how to concatenate a 'tab'?

From: Christopher Beck <clbeck_at_us.oracle.com>
Date: Tue, 01 Dec 1998 20:15:52 GMT
Message-ID: <36664e3a.25904608@inet16.us.oracle.com>


On Tue, 01 Dec 1998 19:15:29 GMT, badstreetboy_at_my-dejanews.com wrote:

>Hi, I want to have a 'tab' at the end of my string concatenation? how can i
>do that?
>

try:

my_string := 'foo' || 'bar' || chr(9);

hope this helps.

chris.

>Thanks.
>
>BSB
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own

--
Chirstopher Beck
Oracle Corporation
clbeck_at_us.oracle.com
Reston, VA.



Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Tue Dec 01 1998 - 14:15:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US